Add SVGs for Eclipse Logo#2058
Add SVGs for Eclipse Logo#2058merks merged 1 commit intoeclipse-platform:masterfrom Michael5601:Eclipse-Icon
Conversation
|
Please see this comment for clarification why the Eclipse logo needs further refinement. The stripes in the middle of the Eclipse logo as proposed in this draft are not exactly in the middle of the icon (y=5.5px) for 16x16px size.
To allign pixel perfect they either must be at y=6.0px which is too low or at y=5.0px which is too high. A solution to this would be to change the placement of the logo in the grid. Right now the logo is alligned in the middle of the view area. I do not know if there is any restriction for the placement of the logo in the style guidelines. |
I think this is a good solution. We have to make compromises in this case and I think this is a good one. |
Agreed. Do you already have a draft of that version? Would be nice to test around with it in Eclipse, as I am just concerned that the usages as a program icon (in the top left of the window on Windows, in the taskbar etc.) may look a bit strange if the icon is not centered, so that's something we should test. |
Not yet. I try to provide it today, so you can test tomorrow. :) |
That's a good idea. The 16x16 one is so small that this sacrifice is even not visible in real life... |
|
I have taken some screenshots at different zooms. It looks really good to me. The only concern (as I expected) is with respect to the task bar: if your are sensitive, you will notice that the icon is off there (compared to the others around). You can see it in the 100% taskbar screenshot: the middle icon is the new one, the ones around are the old ones. The old ones fit slightly better to the icons around. But maybe that's something that is fixed when using different alignment for the 32x32 and 48x48 versions, as the task bar icons are obviously larger. So I am in favor of following that approach:
Title barTask bar |
This commit introduces a SVG for the Eclipse Logo in different sizes e.g. `eclipse16.svg`, `eclipse32.svg` etc. and changing the references to SVG. This allows better scaling for the window icon in the top left and the icons in the About dialog.
HeikoKlare
left a comment
There was a problem hiding this comment.
This looks really great to me now. Let's bring it into M2 to have more people test it. @BeckerWdf do you have any objections on merging this as is?
Go for it 👍 |











This PR introduces a SVG for the Eclipse Logo in different sizes e.g.
eclipse16.svg,eclipse32.svgetc. and changing the references to SVG. This allows better scaling for the window icon in the top left and the icons in the About dialog.