limit patreon vector image to a maximum of 200 x 200 dp

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2020-05-13 01:07:47 +02:00
parent 8eddb2cdfc
commit 43b8ae4481

View file

@ -1,12 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="569dp" android:width="200dp"
android:height="546dp" android:height="192.45dp"
android:viewportWidth="569.0" android:viewportWidth="200"
android:viewportHeight="546.0"> android:viewportHeight="192.45">
<path <path
android:fillColor="#f86854" android:pathData="m127.85,72.14m-72.14,0a72.14,72.14 0,1 1,144.28 0,72.14 72.14,0 1,1 -144.28,0"
android:pathData="M362.6,204.6m-204.6,0a204.6,204.6 0,1 1,409.2 0a204.6,204.6 0,1 1,-409.2 0"/> android:fillColor="#f86854"/>
<path <path
android:fillColor="#052d49" android:pathData="M0,0H35.26V192.45H0Z"
android:pathData="M0,0h100v545.8h-100z"/> android:fillColor="#052d49"/>
</vector> </vector>