Change background rects to paths

Saves 6 bytes per icon
This commit is contained in:
kuubeu
2023-09-12 18:18:28 +02:00
parent 93ef8439a9
commit 3f057e5c5d
354 changed files with 1066 additions and 1070 deletions

View File

@@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Sublime Text" role="img"
viewBox="0 0 512 512" fill="#ff9800"><rect
width="512" height="512"
viewBox="0 0 512 512" fill="#ff9800"><path
d="m0 0H512V512H0"
fill="#424242"/><g transform="skewY(-17.5)"><rect x="110" y="375" width="292" height="107" rx="8" fill="url(#g)"/><rect x="110" y="191" width="292" height="107" rx="8"/></g><rect transform="skewY(17.5)" x="110" y="122" width="292" height="107" rx="8"/><linearGradient id="g" x1=".6" x2=".7" y1=".6" y2=".54"><stop stop-color="#ff9700" offset="0"/><stop stop-color="#f48e00" offset=".5"/><stop stop-color="#d06f00" offset=".9"/></linearGradient></svg>

Before

Width:  |  Height:  |  Size: 595 B

After

Width:  |  Height:  |  Size: 589 B