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,12 +4,12 @@
|
||||
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="m304,69c-44,0 -81,29 -97,70h97z"/>
|
||||
<path
|
||||
android:pathData="m145,105c-1,-0.05 -3,0.02 -4,0.2 -11,2 -19,12 -17,24 6,38 31,61 53,74 0.5,15 3,29 6,43h-61c-11,0 -20,9 -20,21 0,11 9,21 20,21h76c6,11 13,22 20,31 -27,20 -52,55 -64,74 -6,9 -4,22 6,28 3,2 7,3 11,3 7,0 13,-3 17,-9 20,-31 47,-60 60,-68 17,11 35,19 55,21v-202h-111c-13,-9 -26,-22 -29,-43 -2,-10 -10,-17 -19,-17z"
|
||||
android:pathData="m145,105c-1,-0.05 -3,0.02 -4,0.2 -11,2 -19,12 -17,24 6,38 31,61 53,74 0.5,15 3,29 6,43h-61c-11,0 -20,9 -20,21 0,11 9,21 20,21h76c6,11 13,22 20,31 -27,20 -52,55 -64,74 -6,9 -4,22 6,28 3,2 7,3 11,3 7,0 13,-3 17,-9 20,-31 47,-60 60,-68 17,11 35,19 55,21v-202H192c-13,-9 -26,-22 -29,-43 -2,-10 -10,-17 -19,-17z"
|
||||
android:fillColor="#f67909"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user