limit git vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
90e0e68d6a
commit
9f51d70622
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="256dp"
|
||||
android:height="256dp"
|
||||
android:viewportWidth="256.0"
|
||||
android:viewportHeight="256.0">
|
||||
android:width="200dp"
|
||||
android:height="199.99dp"
|
||||
android:viewportWidth="200"
|
||||
android:viewportHeight="199.99">
|
||||
<path
|
||||
android:pathData="M251.17,116.59L139.4,4.83C132.97,-1.61 122.53,-1.61 116.09,4.83L92.88,28.04L122.32,57.48C129.16,55.17 137.01,56.72 142.46,62.17C147.94,67.66 149.48,75.58 147.11,82.44L175.49,110.82C182.35,108.45 190.27,109.98 195.76,115.47C203.42,123.13 203.42,135.55 195.76,143.21C188.09,150.88 175.68,150.88 168.01,143.21C162.24,137.44 160.82,128.98 163.74,121.88L137.28,95.41L137.27,165.05C139.14,165.98 140.9,167.21 142.46,168.76C150.12,176.42 150.12,188.84 142.46,196.51C134.8,204.17 122.37,204.17 114.72,196.51C107.06,188.84 107.06,176.42 114.72,168.76C116.61,166.87 118.8,165.44 121.14,164.48L121.14,94.2C118.8,93.24 116.62,91.82 114.72,89.91C108.91,84.12 107.52,75.6 110.49,68.47L81.47,39.44L4.83,116.08C-1.61,122.52 -1.61,132.96 4.83,139.4L116.6,251.17C123.04,257.6 133.48,257.6 139.92,251.17L251.17,139.92C257.61,133.48 257.61,123.03 251.17,116.59"
|
||||
android:fillColor="#DE4C36"/>
|
||||
android:fillColor="#de4c36"
|
||||
android:pathData="M196.22,91.08 L108.90,3.77c-5.02,-5.03 -13.18,-5.03 -18.21,0L72.56,21.90l23,23c5.34,-1.80 11.47,-0.59 15.73,3.66 4.28,4.28 5.48,10.47 3.63,15.83l22.17,22.17c5.35,-1.85 11.54,-0.65 15.83,3.63 5.98,5.98 5.98,15.68 0,21.67 -5.99,5.99 -15.68,5.99 -21.68,0C126.75,107.37 125.64,100.76 127.92,95.21L107.25,74.53 107.24,128.94c1.46,0.72 2.83,1.68 4.05,2.89 5.98,5.98 5.98,15.68 0,21.68 -5.98,5.98 -15.69,5.98 -21.67,0 -5.98,-5.99 -5.98,-15.69 0,-21.68 1.47,-1.47 3.18,-2.59 5.01,-3.34V73.59c-1.82,-0.75 -3.53,-1.85 -5.01,-3.35 -4.53,-4.52 -5.62,-11.18 -3.30,-16.75L63.64,30.81 3.77,90.68c-5.03,5.03 -5.03,13.18 0,18.21L91.09,196.22c5.03,5.02 13.18,5.02 18.21,0l86.91,-86.91c5.03,-5.03 5.03,-13.19 0,-18.22" />
|
||||
</vector>
|
||||
|
|
Loading…
Reference in a new issue