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,10 +4,10 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="m206.4,217.2 l90.1,40.3 90.9,-78.1A101.6,99.7 0,0 0,203.9 103.4l-15.1,76.9z"
|
||||
android:pathData="M188.8,180.3l15.1,-76.9a101.6,99.7 0,0 1,183.5 76l-90.9,78.1 -90.1,-40.3Z"
|
||||
android:fillColor="#ffd00a"/>
|
||||
<path
|
||||
android:pathData="m113.1,310.8a103.4,101.4 0,0 0,-2 19.9,101.9 99.9,0 0,0 186.1,56.2l15,-76.7 -20,-37.5 -90.5,-40.4z"
|
||||
@@ -16,12 +16,12 @@
|
||||
android:pathData="m112.6,157.9 l61.7,14.3 13.5,-68.9a48.8,47.8 0,0 0,-75.2 54.6"
|
||||
android:fillColor="#ee5096"/>
|
||||
<path
|
||||
android:pathData="m107.2,172.3a68.1,66.8 0,0 0,-3 125.8l86.6,-76.8 -15.9,-33.3z"
|
||||
android:pathData="M174.9,188l15.9,33.3 -86.6,76.8a68.1,66.8 0,0 1,3 -125.8Z"
|
||||
android:fillColor="#12a5df"/>
|
||||
<path
|
||||
android:pathData="m313.1,386.9a48.7,47.8 0,0 0,75.1 -54.5l-61.7,-14.2z"
|
||||
android:fillColor="#90c640"/>
|
||||
<path
|
||||
android:pathData="m325.6,302.4 l67.9,15.6a68.7,67.4 0,0 0,46.8 -63.4,68 66.7,0 0,0 -43.9,-62.3l-88.8,76.4z"
|
||||
android:pathData="M307.6,268.7l88.8,-76.4a68,66.7 0,0 1,43.9 62.3A68.7,67.4 0,0 1,393.5 318l-67.9,-15.6Z"
|
||||
android:fillColor="#05799f"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user