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,11 +4,14 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#0082FC"/>
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M151,154l190,191 -87,90V78l87,93 -190,192"
|
||||
android:strokeWidth="33"
|
||||
android:pathData="m256,460c89,0 150.4,-42.3 150.4,-204S345,52 256,52 105.6,94.4 105.6,256 167,460 256,460"
|
||||
android:fillColor="#0082fc"/>
|
||||
<path
|
||||
android:pathData="M174.1,172.2 L327.2,325.6 258,395V117l69.2,69.4 -152.9,153.1"
|
||||
android:strokeWidth="30"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user