Skip to content

Test Variations of the Eclipse Icon#2008

Closed
Michael5601 wants to merge 1 commit intoeclipse-platform:masterfrom
Michael5601:TryEclipseIconVariations
Closed

Test Variations of the Eclipse Icon#2008
Michael5601 wants to merge 1 commit intoeclipse-platform:masterfrom
Michael5601:TryEclipseIconVariations

Conversation

@Michael5601
Copy link
Copy Markdown
Contributor

@Michael5601 Michael5601 commented Jul 3, 2025

This draft is created in the context of this issue and allows analyzing different variations of the Eclipse Icon.

How to test:
I added three different variations as SVG of the eclipse icon in different sizes to the bundle org,eclipse.sdk:

  • eclipse16.svg: Normal eclipse icon as SVG. After rendering + antialiasing the white lines in the middle of the eclipse icon look like one white block.
  • eclipse16_1.0_space.svg: Variation of the eclipse icon where the white space and the blue lines in the middle of the icon each are 1.0px high.
  • eclipse16_1.25_space.svg: Same as above but lines and white space are 1.25px high.

To change the currently used icons the plugin.xml of the bundle org.eclipse.sdk needs to be adjusted. The default of this draft is the 1.0px variation. The icons can be found in the top left corner of the window or in the about dialog found in the toolbar entry Help -> About Eclipse IDE.

Screenshots can be found in the above cited issue.

@BeckerWdf
Copy link
Copy Markdown
Member

  • eclipse16_1.0_space.svg: Same as above but lines and white space are 1.25px high.

I think you mean eclipse16_1.25_space.svg

@BeckerWdf
Copy link
Copy Markdown
Member

The icons can be found in the top left corner of the window

But only on windows. macOS windows don't have a program icons.

@Michael5601
Copy link
Copy Markdown
Contributor Author

Michael5601 commented Jul 3, 2025

  • eclipse16_1.0_space.svg: Same as above but lines and white space are 1.25px high.

I think you mean eclipse16_1.25_space.svg

yes was a copy error, thanks.

@Michael5601
Copy link
Copy Markdown
Contributor Author

The icons can be found in the top left corner of the window

But only on windows. macOS windows don't have a program icons.

ah this was new to me. Good to know.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 3, 2025

Test Results

 1 947 files  + 27   1 947 suites  +27   1h 40m 51s ⏱️ + 6m 51s
 4 717 tests ±  0   4 693 ✅ +  1   24 💤 ±0  0 ❌ ±0 
14 151 runs  +153  13 984 ✅ +154  167 💤 ±0  0 ❌ ±0 

Results for commit b037b52. ± Comparison against base commit 2fe0e8d.

Copy link
Copy Markdown
Contributor

@HeikoKlare HeikoKlare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have started testing the proposed icons at 100% zoom. Unfortunately, both versions don't look good to me. The 1.0px space version looks blurry, whereas in the 1.25px space version the spaces look to large to me (compared to the original icon).

The following screenshots show the existing PNG icon to the left and the SVG icon to the right.

1.0px_space:
image

1.25px_space:
image

When taking a look at the SVG (of the 1.0px_space version), I see that the white lines are placed in the middle of a pixel, leading to blurry rasterization due to anti aliasing. When I move the lines to fit into pixel it looks better to me:
100%:
image
125%:
image
150%:
image
175%:
image

@Michael5601
Copy link
Copy Markdown
Contributor Author

Thanks for testing @HeikoKlare. As I stated before I also saw the problems with 1.0px and 1.25px and proposed to additionally try 1.15px but your solution to align the 1.0px lines pixel perfect looks even better.

With this information I propose to add the Eclipse Icon as SVG to the Plugins with the following specification:
White space and blue lines each 1.0px in height but alligned pixel perfect as can be seen at the bottom of your comment.

@BeckerWdf
Copy link
Copy Markdown
Member

When I move the lines to fit into pixel it looks better to me

Yes. It's important not align horizontal and vertical lines at exact pixel borders.

@BeckerWdf
Copy link
Copy Markdown
Member

With this information I propose to add the Eclipse Icon as SVG to the Plugins with the following specification:
White space and blue lines each 1.0px in height but alligned pixel perfect as can be seen at the bottom of your comment.

Yes that sounds good.

@Michael5601
Copy link
Copy Markdown
Contributor Author

Thank your for the input @HeikoKlare and @BeckerWdf.
I changed the icons according to the result of this discussion and added them to this PR. Thus I will close this draft.

@Michael5601 Michael5601 deleted the TryEclipseIconVariations branch July 15, 2025 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants