Skip to content

Fix improperly positioned trace on right side of icon and reduced file size by 67%.

This is primarily to address that the right-most trace was overlapping the top port. This makes it match the other ports.

I also decided to go through an redraw the ports with and instanced them with the tags instead of holding six complete copies. This got rid of a bunch of redundant paths and a few unnecessary gradients but does result in an added detail: the metal around the connected port is visible now. Luckily there's nothing really wrong with that and now the icon is under half it's original size.

This can still be made smaller. The remaining paths, which are the most complicated paths, can also be reduced to SVG primitives as well but I'm assuming their unique shapes were picked to reduced overdraw. If further reducing the size is preferable though, then I can change those, too. That would decrease the file size by another 606 bytes making 74.6% smaller than what's currently in use. If you don't mind the formatting being removed, that would bring it down to 76% smaller and that's the smallest it can be made as far as I know.

Edited by myownfriend

Merge request reports