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,13 +4,13 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M377,184.8L180.7,399h-72c-5,0 -9,-5 -8,-10l48,-304c1,-7 7,-12 14,-12h122c84,3 107,46 92,112z"
|
||||
android:pathData="M180.7,399h-72c-5,0 -9,-5 -8,-10l48,-304c1,-7 7,-12 14,-12h122c84,3 107,46 92,112"
|
||||
android:fillColor="#002c8a"/>
|
||||
<path
|
||||
android:pathData="M380.2,165c30,16 37,46 27,86 -13,59 -52,84 -109,85l-16,1c-6,0 -10,4 -11,10l-13,79c-1,7 -7,12 -14,12h-60c-5,0 -9,-5 -8,-10l22,-143c1,-5 182,-120 182,-120z"
|
||||
android:pathData="M198.2,285l-22,143c-1,5 3,10 8,10h60c7,0 13,-5 14,-12l13,-79c1,-6 5,-10 11,-10l16,-1c57,-1 96,-26 109,-85 10,-40 3,-70 -27,-86Z"
|
||||
android:fillColor="#009be1"/>
|
||||
<path
|
||||
android:pathData="M197,292l20,-127a14,14 0,0 1,13 -11h96c23,0 40,4 54,11 -5,44 -26,115 -128,117h-44c-5,0 -10,4 -11,10z"
|
||||
|
Reference in New Issue
Block a user