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,12 +4,12 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="m409,255c0,30 -9,59 -24,83l61,62c30,-40 49,-91 49,-145s-19,-105 -49,-145l-61,62c15,24 24,52 24,83z"
|
||||
android:fillColor="#b8d3f4"/>
|
||||
android:pathData="m316,148a123.5,123.5 0,1 0,0 216l49,50a192,192 0,1 1,0 -316"
|
||||
android:fillColor="#7fadf2"/>
|
||||
<path
|
||||
android:pathData="m256,409c-84,0 -153,-69 -153,-154s69,-154 153,-154c31,0 59,9 83,25l61,-62c-40,-30 -90,-49 -144,-49 -132,0 -240,107 -240,241s108,239 240,239c55,0 105,-19 146,-49l-61,-62c-24,15 -53,24 -84,24z"
|
||||
android:fillColor="#3385ff"/>
|
||||
android:pathData="m364,196a124,124 0,0 1,0 120l50,49a192,192 0,0 0,0 -218"
|
||||
android:fillColor="#b8d3f4"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user