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="#1c203c"/>
|
||||
<path
|
||||
android:pathData="M298,152c-6,0 -6,6 -6,6v34L56,192c-6,0 -6,6 -6,6v123c0,6 6,6 6,6h242c6,0 6,-6 6,-6v-34h137c6,0 6,-6 6,-6L447,158c0,-6 -6,-6 -6,-6L298,152zM335,192h28v11h-9v34h10v11h-30v-11h9v-34h-8v-11zM372,192h13l12,34v-34h11v56h-12l-13,-33v33h-11v-56zM62,204h230v111L62,315L62,204zM92,232v11h12v44h11v-44h12v-11L92,232zM135,232v39s0,17 19,17 19,-17 19,-17v-39h-11v39s0,6 -8,6 -8,-6 -8,-6v-39h-11zM182,232v55h11v-31l11,31h14v-55h-12v31l-11,-31h-13zM226,232v55h33v-11h-21v-11h20v-11h-20v-11h20v-11h-32z"
|
||||
android:pathData="M226,232h32v11L238,243v11h20v11L238,265v11h21v11L226,287L226,232ZM182,232h13l11,31L206,232h12v55L204,287l-11,-31v31L182,287L182,232ZM135,232h11v39s0,6 8,6 8,-6 8,-6L162,232h11v39s0,17 -19,17 -19,-17 -19,-17L135,232ZM92,232h35v11L115,243v44L104,287L104,243L92,243L92,232ZM62,204L62,315L292,315L292,204L62,204ZM372,192v56h11L383,215l13,33h12L408,192L397,192v34l-12,-34L372,192ZM335,192v11h8v34h-9v11h30L364,237L354,237L354,203h9L363,192L335,192ZM298,152L441,152s6,0 6,6L447,281s0,6 -6,6L304,287v34s0,6 -6,6L56,327s-6,0 -6,-6L50,198s0,-6 6,-6L292,192L292,158s0,-6 6,-6Z"
|
||||
android:fillColor="#14d8cc"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user