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,9 +4,9 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#555"/>
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M410,334s-10,29 -30,59c-5,9 -29,43 -58,43 -21,0 -35,-15 -62,-15 -33,0 -46,15 -67,15 -11,1 -22,-5 -34,-16 -77,-73 -81,-181 -52,-225 18,-29 48,-47 81,-48 26,0 54,17 65,17 8,0 50,-20 74,-18 33,3 56,15 73,38 -49,24 -66,117 10,150zM329,56c8,32 -27,93 -79,90 -3,-43 34,-87 79,-90z"
|
||||
android:fillColor="#f2f2f2"/>
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m406,335s-9,30 -26,54 -31,47 -60,47c-23,0 -35,-15 -61,-15s-42,15 -64,15 -33,-15 -50,-35c-44,-55 -62,-146 -38,-194s59,-58 84,-58 48,16 63,16 38,-17 68,-17 59,13 74,38c-49,27 -64,115 10,149M327,56c5,36 -27,89 -76,88 -5,-42 32,-85 76,-88"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user