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:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#1eb8eb"/>
|
||||
<path
|
||||
android:pathData="m418,185c-19,109 -128,202 -161,223 -32,21 -62,-9 -73,-30 -12,-26 -49,-164 -59,-176 -9,-12 -39,12 -39,12l-13,-19s59,-71 104,-79c47,-10 47,73 59,118 11,45 18,70 27,70 10,0 29,-24 49,-63 21,-37 -1,-71 -41,-47 17,-95 166,-118 147,-9z"
|
||||
android:pathData="m73,195s59,-71 104,-79c47,-10 47,73 59,118 11,45 18,70 27,70s29,-24 49,-63c21,-37 -1,-71 -41,-47 17,-95 166,-118 147,-9s-128,202 -161,223 -62,-9 -73,-30c-12,-26 -49,-164 -59,-176s-39,12 -39,12z"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user