space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.45k stars 3.05k forks source link

Problem with SVG icon resolutions #27823

Open Pok27 opened 3 months ago

Pok27 commented 3 months ago

Description

The SVG icons have different resolutions in the same context menu, and sometimes even a different format, which is annoying. Standardization is needed.

Screenshots

Here two icons have higher resolutions than others in this menu, and the last one is in pixel format at all image1 And here opposite the "anchor" icon has a lower resolution than the others image2

moonheart08 commented 3 months ago

Reviewers be aware that the Tricks menu, Smite menu and a majority of their associated icons are not SVGs. They're simple pixel art as I didn't want to go out of my way to draw tons of custom vector graphics for an admin-only menu.

You'll need to get someone who knows how to use a vector graphics editor to redraw them if they matter enough to be redrawn at all. For the rest, like Toggle Power, someone simply forgot to set the image to use bilinear instead of nearest neighbour.