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
@@ -5,8 +5,8 @@
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M0,0h512v512h-512z"/>
|
||||
android:pathData="m0,0H512V512H0"/>
|
||||
<path
|
||||
android:pathData="m140.5,203.9h-17.4v104.5h17.4c10.2,-0.5 17.4,-8.7 17.5,-17.4v-69.7c-0.7,-10.4 -7.8,-17.3 -17.5,-17.4zM186.2,291.1c0,18.8 -11.6,47.3 -48.4,47.2h-46.4v-165.3h47.4c35.4,0 47.4,28.5 47.4,47.3zM286.9,202.4h-53.3v38.4h32.6v29.6h-32.6v38.4h53.3v29.6h-62.2c-11.2,0.3 -20.4,-8.5 -20.7,-19.7v-125c-0.3,-11.2 8.6,-20.4 19.7,-20.7h63.2zM390.5,317.7c-13.2,30.8 -36.9,24.6 -47.4,0l-38.5,-144.8h32.6l29.7,113.7 29.6,-113.7h32.6z"
|
||||
android:pathData="M429.1,172.9L396.5,172.9L366.9,286.6 337.2,172.9L304.6,172.9l38.5,144.8c10.5,24.6 34.2,30.8 47.4,0ZM286.9,173L223.7,173c-11.1,0.3 -20,9.5 -19.7,20.7v125c0.3,11.2 9.5,20 20.7,19.7h62.2L286.9,308.8L233.6,308.8L233.6,270.4h32.6L266.2,240.8L233.6,240.8L233.6,202.4h53.3ZM186.2,220.3c0,-18.8 -12,-47.3 -47.4,-47.3L91.4,173L91.4,338.3h46.4c36.8,0.1 48.4,-28.4 48.4,-47.2ZM140.5,203.9c9.7,0.1 16.8,7 17.5,17.4L158,291c-0.1,8.7 -7.3,16.9 -17.5,17.4L123.1,308.4L123.1,203.9h17.4Z"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user