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,12 +4,21 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M256,256m-192,0a192,192 0,1 1,384 0a192,192 0,1 1,-384 0"
|
||||
android:fillColor="#c32361"/>
|
||||
android:pathData="M256,256m-178,0a178,178 0,1 1,356 0a178,178 0,1 1,-356 0"
|
||||
android:strokeWidth="28"
|
||||
android:fillColor="#ea4c89"
|
||||
android:strokeColor="#c32361"/>
|
||||
<path
|
||||
android:pathData="M383,153a163,163 0,0 1,37 102c-6,-1 -60,-13 -114,-6l-15,-32c61,-25 88,-60 92,-64zM365,134c-3,4 -28,37 -86,59a885,885 0,0 0,-62 -96c57,-14 113,5 148,37zM186,108a1035,1035 0,0 1,61 94c-77,21 -144,20 -152,20a165,165 0,0 1,91 -114zM92,251c7,0 87,1 168,-23l14,28c-72,21 -116,72 -140,110a164,164 0,0 1,-42 -115zM155,386c3,-6 38,-72 130,-103 18,42 33,108 35,124 -36,17 -104,25 -165,-21zM347,392c-1,-10 -10,-58 -31,-117 51,-8 96,5 102,7a163,163 0,0 1,-71 110z"
|
||||
android:fillColor="#ea4c89"/>
|
||||
android:pathData="m79,237s225,11 305,-105m49,142c-94,-33 -222,-16 -296,115"
|
||||
android:strokeWidth="28"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#c32361"/>
|
||||
<path
|
||||
android:pathData="M192,90c78,100 127,206 145,324"
|
||||
android:strokeWidth="32"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#c32361"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user