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="#fff"/>
|
||||
<path
|
||||
android:pathData="m358.1,378.8 l-38.5,-118.8 100.9,-73.1h-124.8l-38.6,-118.7h124.8l38.6,118.7c22.4,68.8 -0.7,147 -62.4,192zM156.2,378.8 L257.1,452.2 358.1,378.8 257.2,305.5zM93.8,186.8c-23.6,72.6 3.8,149.5 62.4,192l38.6,-118.6 -100.9,-73.3h124.7l38.5,-118.7h0.1,-124.8z"
|
||||
android:pathData="m358.1,378.8L319.6,260l100.9,-73.1L295.7,186.9L257.1,68.2h124.8l38.6,118.7c22.4,68.8 -0.7,147 -62.4,192zM156.2,378.8 L257.1,452.2 358.1,378.8 257.2,305.5zM93.8,186.8c-23.6,72.6 3.8,149.5 62.4,192l38.6,-118.6 -100.9,-73.3h124.7l38.5,-118.7h0.1,-124.8z"
|
||||
android:fillColor="#eb5424"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user