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:fillColor="#FF000000"
|
||||
android:pathData="m416.2,164.5h-320.4c-38.9,0 -68.6,29.7 -68.6,68.6v137.3h91.5v91.5h274.6v-91.5h91.5v-137.3c0,-38.9 -29.7,-68.6 -68.6,-68.6zM347.6,416.2h-183.1v-114.4h183v114.4zM416.2,256c-13.7,0 -22.9,-9.2 -22.9,-22.9s9.2,-22.9 22.9,-22.9 22.9,9.2 22.9,22.9 -9.2,22.9 -22.9,22.9zM393.3,50.1h-274.6v91.5h274.6v-91.5z"/>
|
||||
android:pathData="M142,85L370,85L370,161L142,161m38,133l152,0l0,95L180,389M123,180A57,57 0,0 0,66 237l0,114L142,351l0,76L370,427L370,351l76,0L446,237A57,57 0,0 0,389 180m0,76a19,19 0,1 1,0.19 0"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user