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,22 +4,22 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M383,152a175,175 0,1 1,-281 203"
|
||||
android:pathData="M383,152A175,175 0,1 1,102 355"
|
||||
android:fillColor="#00598e"/>
|
||||
<path
|
||||
android:pathData="M243,97v-49c26,31 40,47 84,65c21,9 40,21 56,38c19,25 27,97 -91,166s-155,72 -190,38c-44,-79 -8,-159 9,-181"
|
||||
android:pathData="M243,97V48c26,31 40,47 84,65 21,9 40,21 56,38 19,25 27,97 -91,166s-155,72 -190,38c-44,-79 -8,-159 9,-181"
|
||||
android:fillColor="#0073ba"/>
|
||||
<path
|
||||
android:pathData="M122,161c-71,102 146,-28 115,-59 24,-16 6,-52 6,-52V86"
|
||||
android:pathData="M243,86V50s18,36 -6,52c31,31 -186,161 -115,59"
|
||||
android:fillColor="#93c5e4"/>
|
||||
<path
|
||||
android:pathData="M221,104c42,7 -104,105 -105,75 0,-15 23,-38 40,-50s87,-29 86,-79C242,50 266,88 221,104m1,171c-70,0 -100,106 -10,106 36,0 86,-47 110,-47s45,45 62,45c32,0 58,-97 12,-97 -19,0 -59,40 -75,38C292,316 265,275 222,275m20,142c25,19 79,14 103,-4 6,-5 3,-14 -3,-9 -17,14 -74,18 -92,2C245,401 231,409 242,417m42,-32c6,-5 11,-13 26,-13s20,11 23,14 9,-2 6,-8 -6,-17 -28,-17 -30,14 -34,17S275,392 284,385"
|
||||
android:pathData="M221,104c42,7 -104,105 -105,75 0,-15 23,-38 40,-50s87,-29 86,-79c0,0 24,38 -21,54m1,171c-70,0 -100,106 -10,106 36,0 86,-47 110,-47s45,45 62,45c32,0 58,-97 12,-97 -19,0 -59,40 -75,38 -29,-4 -56,-45 -99,-45m20,142c25,19 79,14 103,-4 6,-5 3,-14 -3,-9 -17,14 -74,18 -92,2 -5,-5 -19,3 -8,11m42,-32c6,-5 11,-13 26,-13s20,11 23,14 9,-2 6,-8 -6,-17 -28,-17 -30,14 -34,17 -2,14 7,7"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M186,113c31,-15 53,-24 57,-65 26,31 40,47 84,65a175,175 0,1 1,-141 0"
|
||||
android:pathData="M186,113a175,175 0,1 0,141 0c-44,-18 -58,-34 -84,-65 -4,41 -26,50 -57,65"
|
||||
android:strokeWidth="4"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#004975"/>
|
||||
|
Reference in New Issue
Block a user