fix: remove unresolvable path from SVG images that cause errors

This commit is contained in:
Pascal Precht 2020-12-04 11:23:58 +01:00 committed by Iuri Matias
parent 020c1b0bc3
commit 3188646fa8
3 changed files with 0 additions and 3 deletions

View File

@ -49,7 +49,6 @@
<circle opacity="0.1" cx="16.043" cy="105" r="4.375" fill="#939BA1"/>
<rect x="118" y="86" width="9" height="9" rx="4.375" fill="#FA6565"/>
<rect x="130.75" y="87.75" width="20.5" height="1.5" rx="0.75" stroke="#4360DF" stroke-width="1.5"/>
<rect x="130" y="92" width="42.3457" height="40.8333" fill="url(#pattern0)"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0" transform="translate(0 -0.0185185) scale(0.000625)"/>

Before

Width:  |  Height:  |  Size: 794 KiB

After

Width:  |  Height:  |  Size: 794 KiB

View File

@ -44,7 +44,6 @@
<rect x="65.5" y="45.5" width="7" height="1" rx="0.5" stroke="#838C91"/>
<rect x="65.5" y="63.5" width="7" height="1" rx="0.5" stroke="#838C91"/>
<rect x="65.5" y="81.5" width="7" height="1" rx="0.5" stroke="#838C91"/>
<rect x="81" y="82" width="29.037" height="28" fill="url(#pattern0)"/>
<path d="M81 76C81 73.7909 82.7909 72 85 72H131C133.209 72 135 73.7909 135 76C135 78.2091 133.209 80 131 80H82C81.4477 80 81 79.5523 81 79V76Z" fill="#23252F"/>
<path d="M81 34C81 31.7909 82.7909 30 85 30H97C99.2091 30 101 31.7909 101 34C101 36.2091 99.2091 38 97 38H82C81.4477 38 81 37.5523 81 37V34Z" fill="#23252F"/>
<path d="M81 23C81 20.7909 82.7909 19 85 19H121C123.209 19 125 20.7909 125 23C125 25.2091 123.209 27 121 27H82C81.4477 27 81 26.5523 81 26V23Z" fill="#23252F"/>

Before

Width:  |  Height:  |  Size: 794 KiB

After

Width:  |  Height:  |  Size: 794 KiB

View File

@ -41,7 +41,6 @@
<rect x="95.5202" y="66.3542" width="10.2083" height="1.45833" rx="0.729167" stroke="#939BA1" stroke-width="1.45833"/>
<rect x="95.5202" y="92.6042" width="10.2083" height="1.45833" rx="0.729167" stroke="#939BA1" stroke-width="1.45833"/>
<rect x="95.5202" y="118.854" width="10.2083" height="1.45833" rx="0.729167" stroke="#939BA1" stroke-width="1.45833"/>
<rect x="118.125" y="119.583" width="42.3457" height="40.8333" fill="url(#pattern0)"/>
<path d="M118.125 110.833C118.125 107.612 120.737 105 123.958 105H191.042C194.263 105 196.875 107.612 196.875 110.833C196.875 114.055 194.263 116.667 191.042 116.667H119.583C118.778 116.667 118.125 116.014 118.125 115.208V110.833Z" fill="#ECEFFC"/>
<path d="M118.125 49.5833C118.125 46.3617 120.737 43.75 123.958 43.75H141.458C144.68 43.75 147.292 46.3617 147.292 49.5833C147.292 52.805 144.68 55.4167 141.458 55.4167H119.583C118.778 55.4167 118.125 54.7637 118.125 53.9583V49.5833Z" fill="#ECEFFC"/>
<path d="M118.125 33.5418C118.125 30.3202 120.737 27.7085 123.958 27.7085H176.458C179.68 27.7085 182.292 30.3202 182.292 33.5418C182.292 36.7635 179.68 39.3752 176.458 39.3752H119.583C118.778 39.3752 118.125 38.7222 118.125 37.9168V33.5418Z" fill="#ECEFFC"/>

Before

Width:  |  Height:  |  Size: 796 KiB

After

Width:  |  Height:  |  Size: 796 KiB