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,10 +4,10 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
android:fillColor="#fff"/>
<path
android:pathData="M393,119l-17,119L256,256l17,-120z"
android:pathData="m393,119 l-17,119 -120,18 17,-120z"
android:strokeAlpha="0.8"
android:fillColor="#a295ae"
android:fillAlpha="0.8"/>
@@ -22,12 +22,12 @@
android:fillColor="#8cd592"
android:fillAlpha="0.8"/>
<path
android:pathData="M393,392l-119,-17 -17,-120 120,17z"
android:pathData="m393,392 l-119,-17 -17,-120 120,17z"
android:strokeAlpha="0.8"
android:fillColor="#665e74"
android:fillAlpha="0.8"/>
<path
android:pathData="M450,255l-96,72 -96,-72 96,-72z"
android:pathData="m450,255 l-96,72 -96,-72 96,-72z"
android:strokeAlpha="0.8"
android:fillColor="#837193"
android:fillAlpha="0.8"/>
@@ -42,7 +42,7 @@
android:fillColor="#7ea685"
android:fillAlpha="0.8"/>
<path
android:pathData="M256,449l-72,-96 72,-96 72,96z"
android:pathData="m256,449 l-72,-96 72,-96 72,96z"
android:strokeAlpha="0.8"
android:fillColor="#3c3647"
android:fillAlpha="0.8"/>