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="#040405"/>
|
||||
<path
|
||||
android:pathData="M297,197h29v119h-29zM246,282c0,4 -3,7 -8,7h-16c-4,0 -8,-3 -8,-7v-48h-29v50c0,21 14,31 33,31h28c18,0 29,-13 29,-31v-50h-29v48zM408,234v48c0,4 -4,7 -8,7h-17c-4,0 -7,-3 -7,-7v-48h-29v50c0,21 13,31 33,31h28c17,0 28,-13 28,-31v-50h-28zM133,234h-19l-10,1v-38L76,197v118h28v-48c0,-4 4,-7 8,-7h17c4,0 8,3 8,7v48h28v-51c0,-22 -14,-30 -32,-30"
|
||||
android:pathData="M133,234c18,0 32,8 32,30v51L137,315L137,267c0,-4 -4,-7 -8,-7L112,260c-4,0 -8,3 -8,7v48L76,315L76,197h28v38l10,-1h19m275,0h28v50c0,18 -11,31 -28,31L380,315c-20,0 -33,-10 -33,-31L347,234h29v48c0,4 3,7 7,7h17c4,0 8,-3 8,-7L408,234ZM246,282L246,234h29v50c0,18 -11,31 -29,31L218,315c-19,0 -33,-10 -33,-31L185,234h29v48c0,4 4,7 8,7h16c5,0 8,-3 8,-7ZM297,316h29L326,197L297,197Z"
|
||||
android:fillColor="#1ce783"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user