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:fillColor="#FF000000"
|
||||
android:pathData="M114,137c-85,34 40,64 147,64s218,-27 152,-61c23,27 -54,45 -152,45s-181,-21 -147,-48m65,120c-83,-58 -132,82 -28,98c-127,40 -99,-152 9,-115m-73,-49c29,39 284,56 347,0c-22,123 -64,114 -83,184c-29,45 -162,38 -180,0c-12,-53 -57,-60 -84,-184m121,-63c21,-13 -47,-20 -47,4s46,36 85,11c20,-13 59,-23 76,-14s-31,30 -39,9c-26,4 -14,22 18,22s46,-6 47,-22s-24,-28 -53,-28c-58,0 -65,29 -98,32c-16,1 -25,-2 -25,-9s28,-9 36,-5"/>
|
||||
android:pathData="M114,137c-85,34 40,64 147,64s218,-27 152,-61c23,27 -54,45 -152,45s-181,-21 -147,-48m65,120c-83,-58 -132,82 -28,98 -127,40 -99,-152 9,-115m-73,-49c29,39 284,56 347,0 -22,123 -64,114 -83,184 -29,45 -162,38 -180,0 -12,-53 -57,-60 -84,-184m121,-63c21,-13 -47,-20 -47,4s46,36 85,11c20,-13 59,-23 76,-14s-31,30 -39,9c-26,4 -14,22 18,22s46,-6 47,-22 -24,-28 -53,-28c-58,0 -65,29 -98,32 -16,1 -25,-2 -25,-9s28,-9 36,-5"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user