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,7 +4,7 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="m201,80 l22,-31 18,10c-9,18 -8,24 -8,26 8,-3 81,10 59,80 0,0 44,12 76,57 29,39 11,104 -57,84 -58,-17 -111,-13 -177,40l32,-81 -79,102c-3,-99 10,-140 79,-190 -23,-1 -41,-18 -40,-38l2,-27c1,-19 17,-35 37,-34 1,-1 36,1 36,2zM237,176c-5,-6 -15,1 -9,7l21,25 -10,8c-2,2 -3,5 -1,7l2,3c3,3 6,0 6,0l10,-9 10,10 -22,17c-2,2 -2,5 -1,7l9,11c2,2 5,2 7,1l22,-17 6,7c5,6 14,-1 9,-7zM187,106 L166,104c-5,0 -10,4 -11,9l-1,27c0,6 4,10 9,10l16,1c-1,-6 4,-36 8,-45z"
|
||||
|
Reference in New Issue
Block a user