Artwork Guidelines

From FreeCAD Documentation
Revision as of 07:49, 5 August 2021 by Maker (talk | contribs) (adapted to inkscape menu)

Introduction

Note: for all icons in the source tree, see Artwork.

A FreeCAD icon is composed of 6 elements which can be remembered by the acronym SALCHO: Stroke, Alignment, Lighting, Color, Highlighting, Outline.

Here's a concrete, yet arbitrary example:

A The highlight color is used for this entire surface to indicate light falling from above.
B The obligatory dark outline surrounds the icon shape to provide form contrast.
C Just inside the outline, the highlight stroke (Highlight color) provides contrast on dark backgrounds.
D This face is primarily the base color, but a light gradient from highlight (top left) to base (bottom right) gives the impression of light falling from above left.
E The highlight here is the base color (one tone down) to give the impression of this being the face furthest from the light.
F This face is like D but goes from Base (top left) to Dark (bottom right), to indicate that this is the face furthest from the light.

The following sections explain these elements with more detail.

This icon is displayed as follows:

64 px, original size, large buttons.
32 px, medium size, regular buttons.
16 px, small size, as it appears in the tree view.

Colors

Obligatory

FreeCAD uses a palette adapted from the Tango palette. Each main color comes in 4 tones: Highlight, Base, Dark and Outline. Notice that the Outline is not completely black but a very dark variation of the Base.

Example of a 4 tone color family (Chameleon)

See FreeCAD palette for the full range. A selection of some key colors.

Use the Yellow tones for tools that create objects; for an example, see Part and Draft Workbenches.
Use the Blue tones for tools that modify objects; for an example, see Part and Draft Workbenches.
Use the Teal tones for view-related tools; for an example, see the View Menu.
Use the Red tones for Constraint related tools; for an example, see Sketcher Workbench.
Why limit myself to these colors? Restricting the colors to a defined palette helps avoid heterogeneous iconography and improves readability when there are many icons.
How do I use the FreeCAD palette? Installing the palette is as easy as copying it into your Inkscape palette folder.

Grid and stroke width

Obligatory

FreeCAD icons have a nominal size of 64 pixels both in width and height. When creating or editing an icon, make sure the document size is 64 x 64 with the units being pixels (px). Leaving an inner 2px margin of empty space all around the document area is useful as it prevents effects like anti-aliasing (blurring of edges). That is, the usable space for the icon should be considered 60 x 60, and the edges should be left empty.

Draw the icon inside the blue area and everything will work out fine.

It's also strongly recommended to use a visual grid that has a minor grid line every pixel, and a major grid line every 2 pixels. The strokes of the icon should be aligned along the minor grid intersections.

Strokes should be no thinner than 2px, with rounded caps and corners in most cases. Strokes can be thicker, but they should preferably be a multiple of 2px in order to minimize scaling fuzziness.

Grid with strokes that are multiples of 2px.

Why use this grid and stroke size? For historical reasons, FreeCAD uses a 64x64 icon that then gets scaled down. Not ideal, but it adds character. As a result, keeping things aligned to a power of two grid with thicknesses that are powers of two helps to avoid or at least mitigate anti-aliasing issues upon re-scaling.
How do I comply with this? If you are using Inkscape, go to File → Document Properties and confirm the width, height and units of your page are correct. Then go to the Grids tab, click New, set the units to px, Spacing X and Spacing Y to 1 and Major grid line every to 2.

Outline

Obligatory

Basing yourself on the main color of the icon, ensure that there is a dark outline of 2px, as mentioned earlier. This works in unison with the highlight to ensure good form contrast on multiple background tones.

The dark edge of the icon is the outline.

Why is the outline needed? The outline is the skeleton on which everything else hangs by adding form contrast. Using the Outline color or the Dark color depends on the situation, but without this line, the range of backgrounds on which the icon is visible gets drastically limited
How do I comply with this? Simply add a stroke of 2px around every part of the icon that will be adjacent to the background color, that is, the outline is for external strokes. In case of shapes that have a hole in the middle, for example, a donut, the outline should also be added to the interior hole. Snap your path's nodes to the grid whenever possible, aiming for the minor grid intersections.

Highlight

Strongly advised

Using the Highlight color, add an internal stroke of 2px to help make that outline pop. On dark backgrounds, it's this highlight what will be providing the form to the icon.

The light highlight helps in dark backgrounds.

Why use the highlight? The highlight works in unison with the outline to improve form contrast, especially on dark backgrounds. It is never a bad idea, but if you don't have the space, for example, you have a very thin line, you can opt out of it provided you have ensured enough contrast between the main color and the outline.
How do I comply with this? Just like the outline, simply trace a stroke of 2px around the internal side of the outline, snapping nodes to the grid when possible, aiming for the minor grid intersections.

Lighting

Optional

As per Tango guidelines, if you're adding a gradient lighting effect, try to make it look like the light is coming from the top left. This is done by adding the highlight color up top left and the Base or Dark color bottom right. Notice that only palette colors are used.

Subtle lighting effect coming from top left.

Why use lighting? Lighting is just another way to tie icons together and ensure that there are varying levels of "value" to improve their readability. Provided the outline and highlight are present though, it can be considered optional
How do I comply with this? Set the fill to be a linear or a radial gradient. In Inkscape this is available in the stroke and fill settings; with "F2" it is possible to move the nodes of the gradient around to make sure they are at the right angle.

Recommended recording format

All icons should be created in SVG format with a vector image application, such as Inkscape. This makes it easier to apply changes and derive additional icons in the same application space.

When committing icons to be used directly by FreeCAD (in a *.qrc file), save them as "Plain SVG". This will reduce the icon size and save the disk and memory space.

Closing remarks

Remember: SALCHO, Stroke, Alignment, Lighting, Color, Highlight, Outline

Here are some tips to check your work.

Checking size

Inkscape has a handy tool to check your icon at various sizes. Go to View → Icon Preview... and it'll show you previews of your icon resized to 16, 24, 32 and 64 pixels.

Checking your outline

  1. Put your icon on a big rectangle that is the same color as the darkest color in your icon.
  2. Still looks OK? Great. Go to the next step. If not, adjust the highlight.
  3. Do the same but this time using the lightest color.
  4. Still looks OK? Great. Outlines and highlights have been used appropriately. Otherwise, adjust the outline.

Testing the icon against the darkest and lightest colors as background

My icon is barely visible. You have poor form contrast. Double check the outline and highlight, one of these is probably missing or improperly applied.

Checking your contrast

  1. Export your icon from SVG to a bitmap format, like .png or .jpg.
  2. Load your bitmap in an image program, and change it to grayscale. For example, in GIMP you would go to Image → Mode → Grayscale.
  3. Inkscape allows you to convert the SVG directly to grayscale using Extensions → Color → Grayscale.
  4. Can you still clearly make out any internal details? Great. The contrast is good.

A grayscale image allows you to more easily identify problems in contrast, as only a mix of black and white is present. Testing grayscale images is also good for colorblind users. If they can see the details in a grayscale image, then the contrast of the fully colored image is probably good as well.

Testing the icon's contrast in grayscale

I can't make out all the details. The colors you've chosen have poor value contrast. Try using colors that are further apart in your 4 tone palette, that is, a highlight green beside a highlight yellow will be difficult to see, knock one of those colors down to Base or Dark.

Template:Artwork