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="NetBeans" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#fff"/><path d="M84 157v39H256V58" fill="#a1c535"/><path d="M256 58V196H428V157" fill="#add439"/><path d="M361 196V355h67V157" fill="#1b6ac6"/><path d="M256 454V316H361l67 39" fill="#2e90e8"/><path d="M84 157V355h67V196" fill="#a5073e"/><path d="m84 355 67-39 105 61v77" fill="#ea205e"/><path d="M256 377V196H361V316" fill="#cedbe6"/><path d="m151 196 105 60 105-60-105-61" fill="#f1f6e2"/></svg>

Before

Width:  |  Height:  |  Size: 528 B

After

Width:  |  Height:  |  Size: 522 B