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,15 +4,15 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M448,235.4l-40,40.6 -66.5,-67.7a49.3,49.3 0,0 0,-69.7 0l-52.7,53.6a19.4,19.4 0,0 1,-27.5 0l-26.1,-26.5 66.5,-67.7a105.7,105.7 0,0 1,149.5 0L381.5,167.8z"/>
|
||||
android:pathData="M381.5,167.8v-0.1a105.7,105.7 0,0 0,-149.5 0l-66.5,67.7 26.1,26.5a19.4,19.4 0,0 0,27.5 0l52.7,-53.6a49.3,49.3 0,0 1,69.7 0L408,276l40,-40.6Z"/>
|
||||
<path
|
||||
android:pathData="M63.8,276.8l40,-40.6 66.5,67.7a49.3,49.3 0,0 0,69.7 -0l52.7,-53.6a19.4,19.4 0,0 1,27.5 -0l26.1,26.5 -66.5,67.7a105.7,105.7 0,0 1,-149.5 -0L130.3,344.4z"
|
||||
android:pathData="M130.3,344.4l-0,0.1a105.7,105.7 0,0 0,149.5 -0l66.5,-67.7 -26.1,-26.5a19.4,19.4 0,0 0,-27.5 -0l-52.7,53.6a49.3,49.3 0,0 1,-69.7 -0L103.8,236.2l-40,40.6Z"
|
||||
android:fillColor="#F16332"/>
|
||||
<path
|
||||
android:pathData="M448,235.4l-40,40.6 -66.5,-67.7a49.3,49.3 0,0 0,-69.7 0l-52.7,53.6a19.4,19.4 0,0 1,-27.5 0l-26.1,-26.5 66.5,-67.7a105.7,105.7 0,0 1,149.5 0L381.5,167.8z"
|
||||
android:pathData="M381.5,167.8v-0.1a105.7,105.7 0,0 0,-149.5 0l-66.5,67.7 26.1,26.5a19.4,19.4 0,0 0,27.5 0l52.7,-53.6a49.3,49.3 0,0 1,69.7 0L408,276l40,-40.6Z"
|
||||
android:fillColor="#029D75"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user