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,12 +4,12 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M255.9,41a215,215 0,0 0,0 430,215 215,0 0,0 0,-430m2.4,56.5a113.3,158.5 0,0 1,0 317,113.3 158.5,0 0,1 0,-317"
|
||||
android:pathData="M448,255a187,190 0,1 0,0 2m-88.8,0a101.2,141.5 0,1 1,0 -2"
|
||||
android:fillColor="#a70014"/>
|
||||
<path
|
||||
android:pathData="M185.2,377.2a113.3,158.5 0,0 1,0 -242.3c30.9,-40.1 76.7,-65.5 128,-65.5 31.4,0 60.9,9.6 86,26.3a215,215 0,1 0,0 320.6c-25.5,17.1 -55.5,26.3 -86.2,26.3 -51.2,0 -97,-25.4 -127.9,-65.4"
|
||||
android:fillColor="#ff1b2d"/>
|
||||
android:pathData="m384,112.9a192,192 0,1 0,0 286.2,150.2 166.6,0 1,1 0,-286.2"
|
||||
android:fillColor="#f23"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user