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,12 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#EE8208"/>
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#f58220"/>
|
||||
<path
|
||||
android:pathData="M256,137a36.5,36.5 0,0 1,36.5 36.5a36.5,36.5 0,0 1,-36.5 36.5a36.5,36.5 0,0 1,-36.5 -36.5a36.5,36.5 0,0 1,36.5 -36.5zM256,261.5c48.6,0 88,-39.5 88,-88s-39.5,-88 -88,-88s-88,39.5 -88,88s39.5,88 88,88m35.6,71.9a164.8,164.8 0,0 0,51 -21a25.8,25.8 0,0 0,8 -35.6a25.8,25.8 0,0 0,-35.6 -8a111.9,111.9 0,0 1,-118.6 0a25.8,25.8 0,0 0,-35.6 8a25.8,25.8 0,0 0,8 35.6c15.9,10 33,17 51,21l-49,49.3a25.8,25.8 0,0 0,36.5 36.5l48.4,-48.5l48.4,48.4a25.8,25.8 0,0 0,36.5 0a25.8,25.8 0,0 0,0 -36.5l-49.3,-49.3"
|
||||
android:fillColor="#fff"/>
|
||||
android:pathData="M321.75,401 L255.5,334.75 189.25,401M329,290.5a137,137 0,0 1,-146.5 0m135.75,-117a57.25,57.25 0,1 1,-124.5 0,57.25 57.25,0 1,1 124.5,0"
|
||||
android:strokeWidth="51.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user