limit mega 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-11 00:44:45 +02:00
parent 47ebe111ed
commit ee81b0c4f3

View file

@ -1,10 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="256dp" android:width="200dp"
android:height="256dp" android:height="200dp"
android:viewportWidth="256" android:viewportWidth="200"
android:viewportHeight="255.99998"> android:viewportHeight="200">
<path <path
android:pathData="M128,0C57.306,0 0,57.306 0,128 0,198.694 57.306,256 128,256 198.694,256 256,198.694 256,128 256,57.306 198.694,0 128,0ZM194.444,173.264c0,2.196 -1.771,3.967 -3.967,3.967h-16.717c-2.196,0 -3.967,-1.771 -3.967,-3.967v-51.498c0,-0.425 -0.496,-0.638 -0.85,-0.354l-35.418,35.418c-3.046,3.046 -8.075,3.046 -11.121,0L86.986,121.412c-0.283,-0.283 -0.85,-0.071 -0.85,0.354v51.498c0,2.196 -1.771,3.967 -3.967,3.967h-16.717c-2.196,0 -3.967,-1.771 -3.967,-3.967L61.485,82.736c0,-2.196 1.771,-3.967 3.967,-3.967h11.475c2.054,0 4.108,0.85 5.596,2.338l44.06,44.06c0.779,0.779 1.983,0.779 2.763,0l44.06,-44.06c1.488,-1.488 3.471,-2.338 5.596,-2.338h11.475c2.196,0 3.967,1.771 3.967,3.967z" android:pathData="M100,0C44.77,0 0,44.77 0,100 0,155.23 44.77,200 100,200 155.23,200 200,155.23 200,100 200,44.77 155.23,0 100,0ZM151.90,135.36c0,1.71 -1.38,3.09 -3.09,3.09L135.75,138.46c-1.71,0 -3.09,-1.38 -3.09,-3.09L132.65,95.13c0,-0.33 -0.38,-0.49 -0.66,-0.27l-27.67,27.67c-2.38,2.38 -6.30,2.38 -8.68,0L67.95,94.85c-0.22,-0.22 -0.66,-0.05 -0.66,0.27v40.23c0,1.71 -1.38,3.09 -3.09,3.09L51.13,138.46c-1.71,0 -3.09,-1.38 -3.09,-3.09v-70.72c0,-1.71 1.38,-3.09 3.09,-3.09h8.96c1.60,0 3.20,0.66 4.37,1.82L98.89,97.78c0.60,0.60 1.54,0.60 2.15,0l34.42,-34.42c1.16,-1.16 2.71,-1.82 4.37,-1.82h8.96c1.71,0 3.09,1.38 3.09,3.09z"
android:strokeWidth="0.70835638"
android:fillColor="#d9272e"/> android:fillColor="#d9272e"/>
</vector> </vector>