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,16 +4,16 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="m256,107.6v340.6l192,-111v-118.5z"
|
||||
android:pathData="m256,107.6v340.6l192,-111V218.7z"
|
||||
android:fillColor="#37beff"/>
|
||||
<path
|
||||
android:pathData="m256,107.6 l-192,111.1v118.5l192,111.1z"
|
||||
android:pathData="m256,107.6L64,218.7v118.5l192,111.1z"
|
||||
android:fillColor="#404f54"/>
|
||||
<path
|
||||
android:pathData="m256,63.7c-73.3,0 -132.8,59.6 -132.8,133 0,24.2 6.5,46.9 17.7,66.4l115.1,66.6z"
|
||||
android:pathData="m256,63.7c-73.3,0 -132.8,59.6 -132.8,133 0,24.2 6.5,46.9 17.7,66.4L256,329.7z"
|
||||
android:fillColor="#ccc"/>
|
||||
<path
|
||||
android:pathData="m256,63.7c-42.1,28.4 -59.5,85.7 -59.5,133.1s17.4,104.5 59.5,132.9l115.1,-66.6a132.5,132.5 0,0 0,17.7 -66.4c0,-73.4 -59.5,-133 -132.9,-133z"
|
||||
|
Reference in New Issue
Block a user