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,21 +4,17 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#706CF5"/>
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#7882ff"/>
|
||||
<path
|
||||
android:pathData="M256,256m-179,0a179,179 0,1 1,358 0a179,179 0,1 1,-358 0"
|
||||
android:strokeWidth="26"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
android:pathData="M256,256m-172,0a172,172 0,1 1,344 0a172,172 0,1 1,-344 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M46,221a228,80 15,1 0,441 118"
|
||||
android:strokeWidth="26"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#706CF5"/>
|
||||
android:pathData="m152,149a199,76 20.8,1 0,255 98"
|
||||
android:strokeWidth="54"
|
||||
android:fillColor="#fff"
|
||||
android:strokeColor="#4d5cc1"/>
|
||||
<path
|
||||
android:pathData="M105,160a228,80 15,1 0,331 87"
|
||||
android:strokeWidth="26"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
android:pathData="m98,188a172,172 0,0 1,321 123"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user