-
Notifications
You must be signed in to change notification settings - Fork 222
Fix view_menu.svg #2994
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
Fix view_menu.svg #2994
Conversation
Oh wow, we have like a million different versions of the same svg lying around :D |
Yeah, there were many SVGs for this, some were completely "wrong" (like the one you replaced), some just wrongly size. But actually I found none that completely fits to the existing PNGs. So the SVG I propose in #2995 is even a new one created out of the existing ones. Maybe I just missed the "correct" one lying around somewhere. |
Ups. Sorry. Maybe I messed this up years ago without noticing. |
view_menu.svg was the wrong svg file, not matching the .pngs. Follow-up on eclipse-platform#2925. Uses the updated icons taken from eclipse-platform/eclipse.platform.images#147
I updated all the icons with eclipse-platform/eclipse.platform.images#147, which is based on @HeikoKlare 's icon proposed in #2995. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really great. Thank you, @sratz!
The icon now fits even better to the minimize/maximize icons next to them in the part stacks, as the stroke widths are better aligned. In addition, I tested on all fractional scales between 100% and 200% monitor zoom and it really looks good and much better than the previous PNG icon on all zoom levels.
Btw: the minimize/maximize icons are rendered programmatically. I quickly tried to do the same for the view_menu icon, but unfortunately GC-rendered circles do not look that good (even with anti-aliasing), which is why I cannot recommend trying out.
Thanks, @HeikoKlare for the tests and the initial version of the updated icon! I suppose we are good to merge this for RC1? |
Yes, +1 for doing so. |
view_menu.svg was the wrong svg file, not matching the .pngs.
Follow-up on #2925.
Supercedes and thus closes #2995.