{"id":20340408,"url":"https://github.com/knifer/androidvectorpathtweaker","last_synced_at":"2025-09-13T08:36:23.357Z","repository":{"id":93429525,"uuid":"247076763","full_name":"KnIfER/AndroidVectorPathTweaker","owner":"KnIfER","description":"Android Sutido Plugin to Modify SVG Vectors and more ! ...","archived":false,"fork":false,"pushed_at":"2020-10-08T18:04:22.000Z","size":130,"stargazers_count":17,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T02:05:35.538Z","etag":null,"topics":["android-studio-plugin","idea-plugin","parameterization","pathdata","svg-icons","vector-drawable"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KnIfER.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-13T13:24:17.000Z","updated_at":"2024-12-06T08:17:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"70994af8-e3d7-4266-8463-dbad0781a6dd","html_url":"https://github.com/KnIfER/AndroidVectorPathTweaker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/KnIfER/AndroidVectorPathTweaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnIfER%2FAndroidVectorPathTweaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnIfER%2FAndroidVectorPathTweaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnIfER%2FAndroidVectorPathTweaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnIfER%2FAndroidVectorPathTweaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KnIfER","download_url":"https://codeload.github.com/KnIfER/AndroidVectorPathTweaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnIfER%2FAndroidVectorPathTweaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274939427,"owners_count":25377801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-studio-plugin","idea-plugin","parameterization","pathdata","svg-icons","vector-drawable"],"created_at":"2024-11-14T21:21:43.627Z","updated_at":"2025-09-13T08:36:23.316Z","avatar_url":"https://github.com/KnIfER.png","language":"Java","readme":"# Android customize vector drawable plugin. support multiple pathData grammars, no need to manually modify the data. ([中文文档](https://github.com/KnIfER/AndroidVectorPathTweaker/blob/master/README_CN.md))\n\n# Feature\n- Support to translate, scale, flip and transpose android vector drawables.\n- Support modify chained path data。(M...zM...z).\n- Revert modifications by a single click if needed（revert）.\n- Modify continuously. Click 'rebase' and all afterward mods will be based on the current state.\n- Realtime updating and previewing.\n\n# Preview\n![image](https://github.com/KnIfER/AndroidVectorPathTweaker/blob/master/preview/preview.jpg)\n\n# Install\n## Online installation\n- Step 1: Open AndroidStudio or IDEA.\n- Step 2: Preferences -\u003e Plugins -\u003e Browse repositories...\n- Step 3: Search VectorPathTweaker and install. Then restart IDE.\n\n## Local installation\n- Step 1: Download AndroidLocalizePlugin.zip file.\n- Step 2: Open AndroidStudio or IDEA.\n- Step 3: Preferences -\u003e Plugins -\u003e Install plugin from disk...\n- Step 4: Select VectorPathTweaker.zip and Restart IDE.\n\n# Usage\n- Step 1: Open one xml vector drawable.\n- Step 2: Select the part of pathData where you wants to modify.\n- Step 3: Right click. In the context menu select 'Tweak Vector Path'.\n- Step 4: Make sure you have the same viewport size in the tweaker dialog .\n- Step 5: Open AndroidStudio's Preview Panel and adjust the vector to your need！\n\n# Thanks\n- Airsaid：[AndroidLocalizePlugin (as a nice template)](https://github.com/Airsaid/AndroidLocalizePlugin)\n- huachao1001 : [IDEA plugin CN toturial](https://blog.csdn.net/huachao1001/article/details/53885981)\n\n# ContactMe\n- Blog: [https://www.jianshu.com/u/77921c0f8d4f](https://www.jianshu.com/p/275803679af8)\n- QQ: 302772670\n\n# License\n```\nCopyright 2020 KnIfER. https://github.com/KnIfER\nCopyright 2018 Airsaid. https://github.com/airsaid\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknifer%2Fandroidvectorpathtweaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknifer%2Fandroidvectorpathtweaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknifer%2Fandroidvectorpathtweaker/lists"}