-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI zooming is blurry #447
Comments
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. |
Same, I had to switch to Firefox. @jakearchibald FWIW I noticed if you replace UPDATE: Looks like this happens in Chrome when you have an iframe with a data-uri src. Here’s a demo: https://jsbin.com/bogenuv/edit?html,css,output This doesn’t seem to happen when using an |
I wonder if it’s related to this? https://issues.chromium.org/issues/40827297 (I’m using a 2023 MacBook Pro M2) |
issue still actual MacBook Air M2, MacOS 15.1.1 |
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.
The text was updated successfully, but these errors were encountered: