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="#48b9c7"/>
|
||||
<path
|
||||
android:pathData="M144,145c-20,21 12,48 40,112 33,64 47,93 66,83 18,-15 -13,-58 -17,-87 121,-61 5,-217 -89,-108zM224,217q-9,1 -22,-27t-8,-41q5,-12 23,5t19,41q1,23 -12,22zM312,192c-23,133 -2,137 50,13 11,-25 -45,-42 -50,-13zM306,312c-15,-3 -27,22 -7,30 19,3 21,-25 7,-30zM165,359a15,15 0,1 0,0 30h175a15,15 0,1 0,0 -30z"
|
||||
android:pathData="M340,359a15,15 0,1 1,0 30L165,389a15,15 0,1 1,0 -30ZM306,312c14,5 12,33 -7,30 -20,-8 -8,-33 7,-30ZM312,192c5,-29 61,-12 50,13 -52,124 -73,120 -50,-13ZM224,217q13,1 12,-22 -1,-24 -19,-41t-23,-5q-5,13 8,41t22,27ZM144,145c94,-109 210,47 89,108 4,29 35,72 17,87 -19,10 -33,-19 -66,-83 -28,-64 -60,-91 -40,-112Z"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user