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="M410,366L102,366C88,366 76,354 76,340L76,170c0,-14 12,-26 26,-26h307c14,0 26,12 26,26v170c0,14 -11,26 -25,26zM102,162c-4,0 -9,4 -9,9v170c0,5 4,9 9,9h307c5,0 9,-4 9,-9L418,170c0,-5 -4,-9 -9,-9c1,0 -307,0 -307,0zM128,315L128,196h34l34,43l34,-43L265,196L265,314h-34v-68l-34,43l-34,-43v68zM344,315l-52,-57h34v-61h34v60h34z"/>
|
||||
android:pathData="M410,366L102,366c-14,0 -26,-12 -26,-26L76,170c0,-14 12,-26 26,-26h307c14,0 26,12 26,26v170c0,14 -11,26 -25,26zM102,162c-4,0 -9,4 -9,9v170c0,5 4,9 9,9h307c5,0 9,-4 9,-9L418,170c0,-5 -4,-9 -9,-9 1,0 -307,0 -307,0zM128,315L128,196h34l34,43 34,-43h35L265,314h-34v-68l-34,43 -34,-43v68zM344,315 L292,258h34v-61h34v60h34z"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user