jakearchibald / svgomg

Web GUI for SVGO
https://jakearchibald.github.io/svgomg/
MIT License
5.76k stars 476 forks source link

UI zooming is blurry #447

Open DimaGashko opened 1 month ago

DimaGashko commented 1 month ago

Sorry if there is a such issue already haven't found it. I don't know if zooming was implemented with css transform scale from the beginning or not, but not it is and it's really bad. I'm sure that when I was adding icons in the past I was able to zoom them whatever I want and they were ideal (what is expectable, since it's svg), but lately when I zoom in a lot the svg became blurry, so I can't really see what is changing when I change the options. I think is obvious that blurry zooming for an SVG tool is just unacceptable. If it was done for some kind of optimizations I don't think it should be turned on by default.

svg-gui-scaling

Jackky90 commented 1 month ago

Noticed the same in Chrome recently. It has come with one of Chrome updates. Don't know what actually causes that weird behaviour and, that's interesting, in the Edge (latest ver), where is also chromium under the hood, all displaying properly as it should be.