-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[Settings] FZ icon isn't smooth at higher DPI #9176
Comments
@Jay-o-Way does it render properly in the navigation view on the left? Any specific OS scaling settings? |
Is this based on using color picker zoom or actual icon? I need a screenshot without using color picker |
@enricogior It seems that there's some transparency issues going on. Will look into it! |
Yes, I used color picker to zoom. But I don't see how that could be causing any change in the (percieved) pixels? |
I see that the Viewbox is 14×14 px and that doesn't seem "usual". Maybe there is some scaling. |
@Jay-o-Way Could be that the ViewBox is the cause.. We should remove it and keep the PathIcon (and set it's width / height). |
I'm not sure yet, but I'm guessing that, because you physically can't draw a line that's narrower than an actual pixel, if (any) scaling is supposed to be done on a subpixel level, it will blend the colors instead. |
Using a FontIcon doesn't really improve it.. It basically has to do with the way the pixels are laid out, as @Jay-o-Way mentioned. This was designed however based on E138 (in Segoe MDL2). To conclude, I think this would require adopting a different pixel grid for the icon to be designed and ideally generate an icon font for it. Quite some work, with little benefit in my opinion.. |
That's because you still have a 1px line straight through the middle. Something that icon Suggestion 1Use the same (colored) icon that's also used in OOBE. Suggestion 2Maybe a different file type? Create a new 16x16 version or an icon based 64x64? Creating a version with 2px borders and with/without space between the zones?
Suggestion 3Check out (or use) This seems like a simple and fair solution to me. |
Fixed in #12470 and will be integrated in the next major release of PowerToys |
Resolved with the release of v0.45. |
ℹ Computer information
📝 Provide detailed reproduction steps (if any)
❌ Actual result
Icon isn't smooth, but blurry.
Small thing though.
📷 Screenshots
The text was updated successfully, but these errors were encountered: