These properties are applicable to closed geometric shapes as well as text.
Table 7.2. Fill style properties
Menu | Property | Description | ||
---|---|---|---|---|
transparent, color, opacity, gradient. | transparent |
Controls the appearance of filling the form. Sets the
fill property to none (
fill="none"
).
https://www.w3.org/TR/SVG/painting.html#FillProperty
| ||
color |
Fill solid color. Sets the fill property with a color
(
fill="color"
)..
The color can be selected from the basic palette, entered in the text field, or set with the color chooser svg panel available from its icon . https://www.w3.org/TR/SVG/painting.html#FillProperty | |||
Opacity | Fill form opacity between 0 (transparent) and 1 (solid). https://www.w3.org/TR/SVG/painting.html#FillOpacityProperty | |||
Gradient applied to the fill form in place of the
solid color. Sets the fill property with a gradient id
(
The gradient can be customized and selected with the gradient definition tool . The gradient can be selected with the chooser tool . | ||||
rule |
Pattern applied to the fill form in place of the
solid color. Sets the fill property with a pattern id
(
The pattern can be customized and selected with the pattern definition tool . The pattern can be selected from the drawn list or with the chooser tool . | |||
rule |
Defines the filling algorithm.
The method evenodd is useful for surfaces with holes. https://www.w3.org/TR/SVG/painting.html#FillRuleProperty |