limit figma vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
b1d97c4a29
commit
73a547f949
1 changed files with 10 additions and 9 deletions
|
@ -1,21 +1,22 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="200dp"
|
||||
android:height="295.49dp"
|
||||
android:viewportWidth="200.00"
|
||||
android:viewportHeight="295.49">
|
||||
android:width="135.36dp"
|
||||
android:height="200dp"
|
||||
android:viewportWidth="135.36"
|
||||
android:viewportHeight="200">
|
||||
|
||||
<path
|
||||
android:pathData="M50.76,295.47A49.25,49.25 135,0 0,99.97 246.21L99.97,197.00L50.76,197.00a49.25,49.25 45,1 0,0 98.46z"
|
||||
android:pathData="M34.35,199.98A33.33,33.33 135,0 0,67.66 166.64L67.66,133.33L34.35,133.33a33.33,33.33 0,1 0,0 66.64z"
|
||||
android:fillColor="#0acf83"/>
|
||||
<path
|
||||
android:pathData="M1.50,147.75A49.25,49.25 45,0 1,50.76 98.49L99.97,98.49L99.97,197.00L50.76,197.00A49.25,49.25 135,0 1,1.50 147.75Z"
|
||||
android:pathData="M1.02,100A33.33,33.33 135,0 1,34.35 66.66L67.66,66.66L67.66,133.33L34.35,133.33A33.33,33.33 135,0 1,1.02 100Z"
|
||||
android:fillColor="#a259ff"/>
|
||||
<path
|
||||
android:pathData="M1.50,49.28A49.25,49.25 135,0 1,50.71 0.02L99.97,0.02L99.97,98.49L50.76,98.49A49.25,49.25 135,0 1,1.50 49.28Z"
|
||||
android:pathData="M1.02,33.35A33.33,33.33 0,0 1,34.32 0.01L67.66,0.01L67.66,66.66L34.35,66.66A33.33,33.33 0,0 1,1.02 33.35Z"
|
||||
android:fillColor="#f24e1e"/>
|
||||
<path
|
||||
android:pathData="M99.97,0.02L149.23,0.02a49.25,49.25 0,1 1,0 98.46L99.97,98.49Z"
|
||||
android:pathData="M67.66,0.01L101.00,0.01a33.33,33.33 0,1 1,0 66.64L67.66,66.66Z"
|
||||
android:fillColor="#ff7262"/>
|
||||
<path
|
||||
android:pathData="M198.49,147.75A49.25,49.25 45,1 1,149.23 98.49,49.25 49.25,45 0,1 198.49,147.75Z"
|
||||
android:pathData="M134.34,100A33.33,33.33 45,1 1,101.00 66.66,33.33 33.33,45 0,1 134.34,100Z"
|
||||
android:fillColor="#1abcfe"/>
|
||||
</vector>
|
||||
|
|
Loading…
Reference in a new issue