Skip to content

Commit 2ffc83d

Browse files
authored
Merge branch 'eclipse-platform:master' into master
2 parents ab1187a + b3fa027 commit 2ffc83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repo also contains a Maven-Mojo for the generation of PNGs out of SVG (See
77
Another Maven-Mojo also generated galleries to review the icon set on light and dark background (See https://github.com/eclipse-platform/eclipse.platform.images/blob/master/org.eclipse.images.renderer/src/main/java/org/eclipse/images/renderer/GalleryMojo.java).
88

99
# What to consider when creating new SVGs
10-
The "UI Graphics" chapter of the [Eclipse User Interface Guidelines](https://wiki.eclipse.org/index.php/User_Interface_Guidelines) gives some advice about the stylistic as well as the implementation aspects of graphics used in eclipse based tools.
10+
The "UI Graphics" chapter of the [Eclipse User Interface Guidelines](https://eclipse-platform.github.io/ui-best-practices) gives some advice about the stylistic as well as the implementation aspects of graphics used in eclipse based tools.
1111

1212
In the chapter "Icons Size & Placement" of the guideline states that object type icons should be 15x15 pixels big at max inside the 16x16 canvas. When drawing an object type icon keep in mind that object type icons will get "decorated" e.g. with the "inactive" and the "locked" decorator.
1313
The `tools` folder contains a template for new graphics for model objects. The templates contains some hints about how big the graphics inside the SVGs should be. In addition it has a layer (invisible by default) that contains the `locked` and the `inactive` decorator. This layer can be turned to visible to judge if the icon looks good when it is annotated.

0 commit comments

Comments
 (0)