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="#fff"/>
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#5e6ad2"/>
|
||||
<path
|
||||
android:pathData="M416,443C421,439 425,435 429,430 526,333 526,177 429,80 332,-17 175,-17 78,80 74,85 70,89 67,93L416,443ZM386,465 L45,123C38,134 32,145 27,157L353,483C365,478 375,472 386,465ZM315,495 L14,194C10,209 8,224 7,239L270,502C285,501 300,499 315,495ZM216,500 L9,293C17,344 40,391 78,431 118,469 167,492 216,500Z"
|
||||
android:fillColor="#5E6AD2"/>
|
||||
android:pathData="m72.2,299.3s20,111 140.4,140.5zM267.6,444.5q16,-1 26.6,-3.6L71.3,217.8q-2,7 -3.8,26.6zM83.4,179.7q4,-9 10.3,-19.9l258.5,258.5q-9,6 -20,10.2zM381.3,397A188.6,188.6 0,1 0,115 130.8z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="7"
|
||||
android:fillColor="#fff"
|
||||
android:strokeColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user