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:
committed by
GitHub
parent
c754e642ab
commit
3762d3a444
@@ -4,7 +4,7 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#20df40"/>
|
||||
<path
|
||||
android:pathData="M395,338c-10,-9 -22,-17 -33,-23 -23,-16 -43,-17 -59,6 -10,14 -23,16 -37,10 -39,-18 -68,-43 -84,-82 -8,-16 -8,-31 10,-42 9,-6 19,-14 18,-28 -1,-18 -44,-78 -62,-84 -8,-2 -14,-2 -22,0 -41,14 -57,46 -42,85a451,451 0,0 0,251 248l17,5c26,0 57,-25 67,-50 9,-24 -10,-34 -24,-45z"
|
||||
|
Reference in New Issue
Block a user