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="#0070ff"/>
|
||||
<path
|
||||
android:pathData="M403,327c-28,63 -85,96 -146,95 -117,-6 -151,-141 -73,-190l3,4c-85,110 82,216 159,89 63,-132 -94,-262 -230,-162l-3,-3c36,-57 106,-82 172,-65a170,170 0,0 1,118 232zM293,325a52,52 0,0 1,-89 -5c-19,-40 8,-76 42,-77 42,-2 59,45 33,72l14,10zM110,320l-5,2c-45,-173 177,-218 221,-81l-4,2c-66,-94 -218,-61 -212,77zM447,256a201,201 0,0 0,-380 -89l15,11c-13,29 -19,57 -19,86 6,128 100,192 194,192 94,-1 191,-75 190,-200"
|
||||
android:pathData="M447,256c1,125 -96,199 -190,200 -94,0 -188,-64 -194,-192 0,-29 6,-57 19,-86L67,167a201,201 0,0 1,380 89M110,320c-6,-138 146,-171 212,-77l4,-2c-44,-137 -266,-92 -221,81l5,-2ZM293,325 L279,315c26,-27 9,-74 -33,-72 -34,1 -61,37 -42,77a52,52 0,0 0,89 5ZM403,327A170,170 0,0 0,285 95c-66,-17 -136,8 -172,65l3,3C252,63 409,193 346,325c-77,127 -244,21 -159,-89l-3,-4c-78,49 -44,184 73,190 61,1 118,-32 146,-95Z"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user