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,11 +4,11 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fab12d"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M284.2,404L236,324.8l-29.6,28v43.4q0,15.8 -8.4,24.4 -8.2,8.4 -19,8.4 -12.6,0 -19.8,-8.4 -7.2,-8.4 -7.2,-24.8V163q0,-18.2 7,-27.6 7,-9.6 20,-9.6 12.6,0 20,8.6t7.4,25.4v132.4l61.4,-64.4q11.4,-12 17.4,-16.4 6,-4.4 14.6,-4.4 10.2,0 17,6.6 6.8,6.4 6.8,16.2 0,12 -22.2,32l-29,26.6 56,88q6.2,9.8 8.8,15 2.8,5 2.8,9.6 0,13 -7.2,20.6 -7,7.4 -18.6,7.4 -10,0 -15.4,-5.4T284.2,404z"/>
|
||||
android:pathData="M284.2,404 L236,324.8l-29.6,28v43.4q0,15.8 -8.4,24.4 -8.2,8.4 -19,8.4 -12.6,0 -19.8,-8.4 -7.2,-8.4 -7.2,-24.8V163q0,-18.2 7,-27.6 7,-9.6 20,-9.6 12.6,0 20,8.6t7.4,25.4v132.4l61.4,-64.4q11.4,-12 17.4,-16.4t14.6,-4.4q10.2,0 17,6.6 6.8,6.4 6.8,16.2 0,12 -22.2,32l-29,26.6 56,88q6.2,9.8 8.8,15 2.8,5 2.8,9.6 0,13 -7.2,20.6 -7,7.4 -18.6,7.4 -10,0 -15.4,-5.4T284.2,404z"/>
|
||||
<path
|
||||
android:pathData="M298.6,70.1a41.5,41.5 0,0 0,-31.2 65,4239.5 4239.5,0 0,1 34.1,54.9l16.5,-26.5 17.6,-28.3a41.6,41.6 0,0 0,-37 -65zM304.9,87.7a20.8,20.8 0,1 1,-23.5 25.8,20.8 20.8,0 0,1 23.5,-25.7z"
|
||||
android:fillColor="#fff"/>
|
||||
|
Reference in New Issue
Block a user