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="#88171a"/>
|
||||
<path
|
||||
android:pathData="m238,53l35,8 0,2c-15,2 -30,-4 -45,-5 11,7 23,11 35,15 -19,16 -35,-5 -56,9 20,10 19,8 21,27 -9,1 -24,10 -27,16 13,3 28,0 41,8 -4,3 -14,7 -18,10 9,2 20,-2 25,1 19,16 54,38 64,60 17,37 -22,77 -60,83 -53,11 -83,66 -64,117 19,50 78,72 125,46 66,-40 56,-108 16,-145 -2,-2 -4,-2 -6,0 -14,9 -29,17 -45,24 36,8 41,35 37,54 -13,48 -78,37 -85,-4 -3,-19 7,-38 24,-46 59,-26 87,-30 104,-97 6,-38 -3,-58 -31,-80 -11,-11 -33,-18 -40,-35 -1,-2 1,-6 3,-6 10,-2 49,-3 49,-1 7,7 13,-4 16,-9 -10,-2 -21,-1 -29,-1 -1,0 -3,-2 -4,-3 1,-1 3,-2 4,-2h41c0,-7 -9,-17 -18,-19v3c-8,1 -16,-1 -24,-4 -4,-3 -7,-9 -11,-11 -16,-9 -33,-16 -54,-16 -10,0 -17,1 -23,1zM312,83l3,3 -4,2c-2,1 -3,0 -4,-1 -2,-3 4,-5 5,-4zM192,179c-54,33 -51,109 -3,139 4,2 6,2 8,-1 12,-15 23,-22 36,-30 -25,-4 -38,-16 -37,-33 -4,-60 83,-54 74,2 -2,10 -8,19 -16,25 27,-6 47,-21 55,-48 2,-8 2,-19 -2,-26 -30,-44 -75,-53 -115,-28zM130,374c16,-7 33,-10 49,-13 1,-13 5,-26 13,-36 -30,0 -55,20 -62,49z"
|
||||
android:pathData="M130,374c7,-29 32,-49 62,-49 -8,10 -12,23 -13,36 -16,3 -33,6 -49,13ZM192,179c40,-25 85,-16 115,28 4,7 4,18 2,26 -8,27 -28,42 -55,48 8,-6 14,-15 16,-25 9,-56 -78,-62 -74,-2 -1,17 12,29 37,33 -13,8 -24,15 -36,30 -2,3 -4,3 -8,1 -48,-30 -51,-106 3,-139ZM312,83c-1,-1 -7,1 -5,4 1,1 2,2 4,1l4,-2 -3,-3ZM238,53c6,0 13,-1 23,-1 21,0 38,7 54,16 4,2 7,8 11,11 8,3 16,5 24,4L350,80c9,2 18,12 18,19L327,99c-1,0 -3,1 -4,2 1,1 3,3 4,3 8,0 19,-1 29,1 -3,5 -9,16 -16,9 0,-2 -39,-1 -49,1 -2,0 -4,4 -3,6 7,17 29,24 40,35 28,22 37,42 31,80 -17,67 -45,71 -104,97 -17,8 -27,27 -24,46 7,41 72,52 85,4 4,-19 -1,-46 -37,-54 16,-7 31,-15 45,-24 2,-2 4,-2 6,0 40,37 50,105 -16,145 -47,26 -106,4 -125,-46 -19,-51 11,-106 64,-117 38,-6 77,-46 60,-83 -10,-22 -45,-44 -64,-60 -5,-3 -16,1 -25,-1 4,-3 14,-7 18,-10 -13,-8 -28,-5 -41,-8 3,-6 18,-15 27,-16 -2,-19 -1,-17 -21,-27 21,-14 37,7 56,-9 -12,-4 -24,-8 -35,-15 15,1 30,7 45,5L273,61l-35,-8Z"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user