Re-do Android Vector Drawables

This commit is contained in:
Terence Eden
2023-03-19 14:30:09 +00:00
parent ea3ea761a4
commit 6a1f96d529
193 changed files with 1966 additions and 1208 deletions

View File

@@ -1,14 +1,13 @@
<?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="#f5c400"
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="#2d2d32"
android:pathData="M91.8 129.6c-0.4 0.6 0.1 16.2 0.8 30.2 2.5 46.7 11.4 90.9 25.3 126.2 2.9 7.3 11 23.8 15.7 32.1 24.8 43.1 56.9 74 100.3 96.6 8.8 4.6 21.9 10.5 24 10.8 2.6 0.4 16.1-5.4 30-12.8 34.2-18.2 64.2-45.6 85.5-77.9 18.2-27.8 33.2-62.8 41.1-96l1.5-6.6c0-0.1-44.5-0.2-98.8-0.2l-98.8 0.7 c0 1.6 1.7 10 3 15.1 4.7 17.9 13.2 33.3 25.5 45.9l5.3 5.4h33.2l33.2 0.4 c0 0.3-1.2 2.1-2.6 4.2-12.5 18.2-33.2 36.2-54.1 47l-3.4 1.8-4.9-2.5c-10.7-5.3-20.4-12.6-31.7-23.8-12.2-12.1-22.2-25.3-31.2-41.1-10.3-18.1-18.3-41.9-22.3-65.9-0.9-5.2-2.5-20-2.5-22.4 0-0.6 21.4-0.7 127.8-0.7l127.8-0.4c0-0.2 0.5 -4.3 1-9.1a474.3 474.3 0 0 0 2.9-43.4l0.3-14.1h-166.8l-167.1 0.6 z" />
</vector>
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#f5c400"/>
<path
android:pathData="m91.8,129.6c-0.4,0.6 0.1,16.2 0.8,30.2 2.5,46.7 11.4,90.9 25.3,126.2 2.9,7.3 11,23.8 15.7,32.1 24.8,43.1 56.9,74 100.3,96.6 8.8,4.6 21.9,10.5 24,10.8 2.6,0.4 16.1,-5.4 30,-12.8 34.2,-18.2 64.2,-45.6 85.5,-77.9 18.2,-27.8 33.2,-62.8 41.1,-96l1.5,-6.6c0,-0.1 -44.5,-0.2 -98.8,-0.2l-98.8,0.7c0,1.6 1.7,10 3,15.1 4.7,17.9 13.2,33.3 25.5,45.9l5.3,5.4h33.2l33.2,0.4c0,0.3 -1.2,2.1 -2.6,4.2 -12.5,18.2 -33.2,36.2 -54.1,47l-3.4,1.8 -4.9,-2.5c-10.7,-5.3 -20.4,-12.6 -31.7,-23.8 -12.2,-12.1 -22.2,-25.3 -31.2,-41.1 -10.3,-18.1 -18.3,-41.9 -22.3,-65.9 -0.9,-5.2 -2.5,-20 -2.5,-22.4 0,-0.6 21.4,-0.7 127.8,-0.7l127.8,-0.4c0,-0.2 0.5,-4.3 1,-9.1a474.3,474.3 0,0 0,2.9 -43.4l0.3,-14.1h-166.8l-167.1,0.6z"
android:fillColor="#2d2d32"
android:fillType="nonZero"/>
</vector>