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="#E44232"/>
|
||||
<path
|
||||
android:pathData="M167.1,240.2l103.6,-59.7h0.1l106.8,-61.6c4.5,-2.6 4.7,-10.6 -0.3,-13.5l-3.6,-2 -14.6,-8.4a16.6,16.6 0,0 0,-16.2 0.2L166.6,196.7a22,22 0,0 1,-21.8 0L56,145v44l1,0.5c22,12.9 74.5,43.5 87.4,50.8a21.3,21.3 0,0 0,22.7 0zM167.1,328l103.5,-59.7 0.4,-0.2 106.6,-61.4c4.5,-2.6 4.7,-10.6 -0.3,-13.5l-3.6,-2 -14.6,-8.4a16.6,16.6 0,0 0,-16.2 0.2L166.6,284.4c-6.8,3.9 -15,4 -21.8,0L56,232.8v43.9l1,0.5c22.1,13 74.5,43.5 87.4,50.8a21.4,21.4 0,0 0,22.7 0zM270.7,356l-103.6,59.7c-7.5,4.3 -15,4.4 -22.7,0A15382,15382 0,0 1,56.9 365l-0.9,-0.6v-43.9l88.8,51.7a22,22 0,0 0,21.8 0l176.3,-101.5c6,-3.5 12.5,-2.3 16.2,-0.2l14.6,8.4 3.6,2c5,3 4.8,11 0.3,13.5z"
|
||||
android:pathData="M167.1,240.2l103.6,-59.7h0.1l106.8,-61.6c4.5,-2.6 4.7,-10.6 -0.3,-13.5l-3.6,-2 -14.6,-8.4a16.6,16.6 0,0 0,-16.2 0.2L166.6,196.7a22,22 0,0 1,-21.8 0L56,145v44l1,0.5c22,12.9 74.5,43.5 87.4,50.8a21.3,21.3 0,0 0,22.7 0zM167.1,328 L270.6,268.3 271,268.1 377.6,206.7c4.5,-2.6 4.7,-10.6 -0.3,-13.5l-3.6,-2 -14.6,-8.4a16.6,16.6 0,0 0,-16.2 0.2L166.6,284.4c-6.8,3.9 -15,4 -21.8,0L56,232.8v43.9l1,0.5c22.1,13 74.5,43.5 87.4,50.8a21.4,21.4 0,0 0,22.7 0zM270.7,356 L167.1,415.7c-7.5,4.3 -15,4.4 -22.7,0A15382,15382 0,0 1,56.9 365l-0.9,-0.6v-43.9l88.8,51.7a22,22 0,0 0,21.8 0l176.3,-101.5c6,-3.5 12.5,-2.3 16.2,-0.2l14.6,8.4 3.6,2c5,3 4.8,11 0.3,13.5z"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user