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,10 +4,10 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#dc4639"/>
|
||||
<path
|
||||
android:pathData="M191,234v47h72c-2,19 -21,55 -72,55 -43,0 -78,-36 -78,-80s33,-80 76,-80c25,0 42,10 51,19l35,-33a125,125 0,0 0,-211 94c0,70 57,127 127,127 74,0 122,-53 122,-125l-2,-24"
|
||||
android:pathData="M191,234v47h72c-2,19 -21,55 -72,55 -43,0 -78,-36 -78,-80s33,-80 76,-80c25,0 42,10 51,19l35,-33A125,125 0,0 0,64 256c0,70 57,127 127,127 74,0 122,-53 122,-125l-2,-24"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
|
Reference in New Issue
Block a user