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,6 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Guidelines" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#222"/><circle fill="#f43" r="256" cx="256" cy="256"/><circle fill="#fd0" r="217.5" cx="256" cy="256"/><circle fill="#5d6" r="192" cx="256" cy="256"/></svg>
viewBox="0 0 512 512"><path
d="m0 0H512v512H0"
fill="#222"/><circle fill="#f43" r="256" cx="256" cy="256"/><circle fill="#fd0" r="217.5" cx="256" cy="256"/><circle fill="#5d6" r="192" cx="256" cy="256"/></svg>

Before

Width:  |  Height:  |  Size: 300 B

After

Width:  |  Height:  |  Size: 284 B