ubuntu / archive_yaru_icons.dart

Ubuntu Yaru Flutter Icon Theme
https://ubuntu.github.io/yaru_icons.dart/
GNU General Public License v3.0
27 stars 5 forks source link

Slight bluriness with new icons #145

Open Feichtmeier opened 1 year ago

Feichtmeier commented 1 year ago

grafik

currently at my fathers home and I got a really shitty display here but aren't the new icons a little blurry? Thought it looked much sharper in your screenshots

Jupi007 commented 1 year ago

Well, honestly I don't think it looks blurry on your screenshot 🙂 It is very sharp on my screen.

Maybe it is related to the fact I used a trick to play with a "fake opacity" of paths by set a .75 or .5 stroke width:

Capture d’écran du 2023-03-07 22-17-08

It is perfectly aligned on the grid though. And I already used it in many other icons, because our symbolic pack got a lot of half transparent parts.

It can also be the subpixel alignment who can make icons blurred. Also, the font rendering is sometimes a bit weird and it is not totally fit the SVG draw.

Feichtmeier commented 1 year ago

OK thanks for investigating! Must be font rendering then

Jupi007 commented 1 year ago

I can try to setup a 1px stroke branch, so you can test it :)

Because, which part of the icon find you blurry?

Jupi007 commented 1 year ago

@Feichtmeier I created a 1px stroke branch: https://github.com/Jupi007/yaru_icons.dart/tree/1px-stroke Can you test it to see how it looks?

Feichtmeier commented 1 year ago

will do tomorrow. was drivin 70 km with the bike today ty for taking the time on this

Jupi007 commented 1 year ago

@Feichtmeier Are you still affected by this problem?