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="m38.5,260.4 l107.1,185.1h219.5l109.1,-185.1L365.1,66.5L145.6,66.5zM217.2,144.7c7.6,4.7 8.1,8.3 8.1,47v31.2l6.8,-6.2c3.8,-3.4 11.1,-8.1 16.3,-10.7c8.4,-3.9 11.6,-4.4 26.6,-4.2c18.2,0 28.5,3 41.6,12.2c13.5,9.5 25.7,31.1 29.1,51.2c7.3,44.7 -9.2,83.6 -42.2,99.3c-10.9,5.1 -12.7,5.4 -30.2,5.4c-16.5,0 -19.8,-0.5 -28.1,-4.4c-5.1,-2.4 -12.2,-7.2 -15.6,-10.4l-6.5,-5.9v18.1h-38.6L184.5,273c0,-51.9 -0.5,-94.9 -1.2,-95.5c-0.6,-0.7 -5.2,-1.7 -10,-2.2l-8.8,-0.9L164.5,158.6c-0.2,-11.1 0.5,-16.2 1.8,-17c1.2,-0.7 11.9,-1 23.7,-0.9c18.5,0.4 22.2,0.9 27.2,4zM258,236.4c-22.3,5.2 -33.9,22.7 -33.5,50.9c0.2,28 14.6,47.6 36,49.1c13.8,1 22.5,-1.9 31.3,-10.7c18.4,-18 19,-59.2 1.4,-77.9c-8.9,-9.3 -23.7,-14.1 -35.2,-11.4z"
|
||||
android:pathData="M258,236.4c11.5,-2.7 26.3,2.1 35.2,11.4 17.6,18.7 17,59.9 -1.4,77.9 -8.8,8.8 -17.5,11.7 -31.3,10.7 -21.4,-1.5 -35.8,-21.1 -36,-49.1 -0.4,-28.2 11.2,-45.7 33.5,-50.9ZM217.2,144.7c-5,-3.1 -8.7,-3.6 -27.2,-4 -11.8,-0.1 -22.5,0.2 -23.7,0.9 -1.3,0.8 -2,5.9 -1.8,17v15.8l8.8,0.9c4.8,0.5 9.4,1.5 10,2.2 0.7,0.6 1.2,43.6 1.2,95.5v94.3h38.6L223.1,349.2l6.5,5.9c3.4,3.2 10.5,8 15.6,10.4 8.3,3.9 11.6,4.4 28.1,4.4 17.5,0 19.3,-0.3 30.2,-5.4 33,-15.7 49.5,-54.6 42.2,-99.3 -3.4,-20.1 -15.6,-41.7 -29.1,-51.2 -13.1,-9.2 -23.4,-12.2 -41.6,-12.2 -15,-0.2 -18.2,0.3 -26.6,4.2 -5.2,2.6 -12.5,7.3 -16.3,10.7l-6.8,6.2L225.3,191.7c0,-38.7 -0.5,-42.3 -8.1,-47ZM145.6,66.5L365.1,66.5L474.2,260.4 365.1,445.5L145.6,445.5L38.5,260.4Z"
|
||||
android:fillColor="#f26922"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user