Re-do Android Vector Drawables
This commit is contained in:
@@ -1,23 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
|
||||
<path
|
||||
android:fillColor="#8be028"
|
||||
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M 386.526988 97.999993 C 401.71481862 97.999993 414.026988 110.312156559 414.026988 125.49998 C 414.026988 140.687803441 401.71481862 152.999967 386.526988 152.999967 C 371.33915738 152.999967 359.026988 140.687803441 359.026988 125.49998 C 359.026988 110.312156559 371.33915738 97.999993 386.526988 97.999993 Z" />
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M 326.526988 157.999993 C 341.71481862 157.999993 354.026988 170.312156559 354.026988 185.49998 C 354.026988 200.687803441 341.71481862 212.999967 326.526988 212.999967 C 311.33915738 212.999967 299.026988 200.687803441 299.026988 185.49998 C 299.026988 170.312156559 311.33915738 157.999993 326.526988 157.999993 Z" />
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M 266.526988 217.999993 C 281.71481862 217.999993 294.026988 230.312156559 294.026988 245.49998 C 294.026988 260.687803441 281.71481862 272.999967 266.526988 272.999967 C 251.33915738 272.999967 239.026988 260.687803441 239.026988 245.49998 C 239.026988 230.312156559 251.33915738 217.999993 266.526988 217.999993 Z" />
|
||||
<path
|
||||
android:fillColor="#497715"
|
||||
android:pathData="M118.02699 96s-53.453132 42.00586-52.453132 87.00586c0.55892 25.15107 22.453132 44.99414 39.453132 63.99414s41 32 46 59c2.9642 16.00667-10 22-19 35-10.69448 15.44759 7 32 7 32s16.55241 17.69448 32 7c13-9 18.99333-21.9642 35-19 27 5 40 29 59 46s38.84307 38.89422 63.99414 39.45312c45 1 87.00586-52.45312 87.00586-52.45312l-29-29s-23 27-43 27c-45.54726-8.62286-61.09453-59.51652-100-77-29-12-45.70462 12.59847-53 6-6.59847-7.29538 18-24 6-53-17.48348-38.90547-68.37714-54.45274-77-100 0-20 27-43 27-43z" />
|
||||
</vector>
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#8be028"/>
|
||||
<path
|
||||
android:pathData="M359.03,125.5a27.5,27.5 0,1 0,55 0a27.5,27.5 0,1 0,-55 0z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M299.03,185.5a27.5,27.5 0,1 0,55 0a27.5,27.5 0,1 0,-55 0z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M239.03,245.5a27.5,27.5 0,1 0,55 0a27.5,27.5 0,1 0,-55 0z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="m118,96s-53.5,42 -52.5,87c0.6,25.2 22.5,45 39.5,64s41,32 46,59c3,16 -10,22 -19,35 -10.7,15.4 7,32 7,32s16.6,17.7 32,7c13,-9 19,-22 35,-19 27,5 40,29 59,46s38.8,38.9 64,39.5c45,1 87,-52.5 87,-52.5l-29,-29s-23,27 -43,27c-45.5,-8.6 -61.1,-59.5 -100,-77 -29,-12 -45.7,12.6 -53,6 -6.6,-7.3 18,-24 6,-53 -17.5,-38.9 -68.4,-54.5 -77,-100 0,-20 27,-43 27,-43z"
|
||||
android:fillColor="#497715"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user