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="#005EB8"/>
|
||||
<path
|
||||
android:pathData="M448,333L448,178L64,178v155zM218,193l-26,125h-42l-26,-86 -18,86L75,318l27,-125h41l26,87 18,-87zM337,193l-26,125h-33l11,-54h-40l-11,54h-33l26,-125h33l-10,48h40l10,-48zM434,197l-8,24c-7,-3 -16,-5 -28,-5 -13,0 -24,2 -24,12 0,17 49,11 49,49 0,34 -33,43 -62,43 -13,0 -27,-3 -38,-7l8,-25c6,4 19,7 30,7s27,-2 27,-15c0,-19 -48,-12 -48,-47 0,-32 28,-42 55,-42 16,0 30,2 39,6"
|
||||
android:pathData="M448,333L448,178L64,178v155zM218,193l-26,125h-42l-26,-86 -18,86L75,318l27,-125h41l26,87 18,-87zM337,193 L311,318h-33l11,-54h-40l-11,54h-33l26,-125h33l-10,48h40l10,-48zM434,197 L426,221c-7,-3 -16,-5 -28,-5 -13,0 -24,2 -24,12 0,17 49,11 49,49 0,34 -33,43 -62,43 -13,0 -27,-3 -38,-7l8,-25c6,4 19,7 30,7s27,-2 27,-15c0,-19 -48,-12 -48,-47 0,-32 28,-42 55,-42 16,0 30,2 39,6"
|
||||
android:fillColor="#FFF"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user