Convert and update Android Vector files (#803)

* Convert and update Android Vector files using https://github.com/jmb/Svg2VectorAndroid

* Reverted the auto generated vector drawables that don't match the SVG properly.

* Removed broken vector files that didn't have a previous version. Revert openstreetmap.
This commit is contained in:
Jonathan Batchelor
2024-09-15 07:44:04 +01:00
committed by GitHub
parent c754e642ab
commit 3762d3a444
360 changed files with 2096 additions and 1277 deletions

View File

@@ -4,9 +4,9 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
android:fillColor="#fff"/>
<path
android:pathData="M205,386L156,386C124,309 95,219 70,127L134,127C145,178 164,257 183,313C198,264 218,189 231,127L281,127C294,189 313,264 330,313C348,257 367,178 378,127L442,127C417,219 388,309 356,386L307,386C288,332 272,282 256,223C240,282 224,332 205,386Z"
android:pathData="M156,386c-32,-77 -61,-167 -86,-259h64c11,51 30,130 49,186 15,-49 35,-124 48,-186h50c13,62 32,137 49,186 18,-56 37,-135 48,-186h64c-25,92 -54,182 -86,259h-49c-19,-54 -35,-104 -51,-163 -16,59 -32,109 -51,163z"
android:fillColor="#27989F"/>
</vector>