This repository was archived by the owner on Aug 11, 2025. It is now read-only.
Commit 5f78f3f
committed
Fix view_menu
There were several issues with the view_menu icon:
- The checked in SVG files were not matching the PNG files which have
been used so far.
- The disabled PNGs were not actually disabled, but copies of the
enabled ones.
- A @2x.png icon was still the old chevron icon.
Fix:
- Use SVG file from
eclipse-platform/eclipse.platform.ui#2995,
clean up metadata and exactly align on pixel boundaries
and (half) integer stroke width.
- Delete disabled SVG files and let the renderer derive the disabled
PNG files.
- Re-render everything to PNG.1 parent c6856f5 commit 5f78f3f
File tree
11 files changed
+110
-207
lines changed- org.eclipse.images
- eclipse-png
- org.eclipse.e4.ui.workbench.renderers.swt/icons/full
- dlcl16
- elcl16
- org.eclipse.ui/icons/full
- dlcl16
- elcl16
- eclipse-svg
- org.eclipse.e4.ui.workbench.renderers.swt/icons/full/elcl16
- org.eclipse.ui/icons/full
- dlcl16
- elcl16
11 files changed
+110
-207
lines changedLines changed: 71 additions & 71 deletions
Loading
Lines changed: 0 additions & 105 deletions
This file was deleted.
0 commit comments