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="M183.36,107L383.64,107A15.36,15.36 0,0 1,399 122.36L399,361.64A15.36,15.36 0,0 1,383.64 377L183.36,377A15.36,15.36 0,0 1,168 361.64L168,122.36A15.36,15.36 0,0 1,183.36 107z"
|
||||
@@ -22,7 +22,7 @@
|
||||
android:pathData="M322,150h77v70h-77z"
|
||||
android:fillColor="#5cf"/>
|
||||
<path
|
||||
android:pathData="M413,261v128c0,7 -2,15 -7,18 -3,2 -124,-71 -124,-71l131,-75z"
|
||||
android:pathData="M413,261 L282,336s121,73 124,71c5,-3 7,-11 7,-18V261Z"
|
||||
android:fillColor="#19e"/>
|
||||
<path
|
||||
android:pathData="M160,266c-4,3 -6,7 -6,12v117c0,8 6,14 14,14h230c4,0 5,0 8,-2"
|
||||
@@ -31,6 +31,6 @@
|
||||
android:pathData="M85.36,172L226.64,172A15.36,15.36 0,0 1,242 187.36L242,328.64A15.36,15.36 0,0 1,226.64 344L85.36,344A15.36,15.36 0,0 1,70 328.64L70,187.36A15.36,15.36 0,0 1,85.36 172z"
|
||||
android:fillColor="#18e"/>
|
||||
<path
|
||||
android:pathData="M154,305c-23,0 -43,-18 -43,-45 0,-28 16,-48 44,-48 27,0 43,21 43,46 0,29 -18,47 -44,47zM155,230c-16,0 -23,14 -23,29 0,18 11,28 22,28 14,0 23,-10 23,-28s-8,-29 -22,-29z"
|
||||
android:pathData="M155,230c14,0 22,11 22,29s-9,28 -23,28c-11,0 -22,-10 -22,-28 0,-15 7,-29 23,-29ZM154,305c26,0 44,-18 44,-47 0,-25 -16,-46 -43,-46 -28,0 -44,20 -44,48 0,27 20,45 43,45Z"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user