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="#fff"/>
|
||||
<path
|
||||
android:pathData="m427,169c-4,-15 -17,-27 -32,-31 -34,-9 -239,-10 -278,0 -15,4 -28,16 -32,31 -9,38 -10,135 0,174 4,15 17,27 32,31 36,10 241,10 278,0 15,-4 28,-16 32,-31 9,-36 9,-137 0,-174zM220,309v-106l93,53z"
|
||||
android:pathData="M313,256l-93,-53L220,309ZM427,169c9,37 9,138 0,174 -4,15 -17,27 -32,31 -37,10 -242,10 -278,0 -15,-4 -28,-16 -32,-31 -10,-39 -9,-136 0,-174 4,-15 17,-27 32,-31 39,-10 244,-9 278,0 15,4 28,16 32,31Z"
|
||||
android:fillColor="#ed1d24"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user