The stroke is an outline rendered along the path of a shape. Stroke settings are configured independently of the fill layers.
Toggle the stroke on or off using the Stroke toggle in the Properties Panel. Each shape can have one stroke.
The stroke color is configured via the same color picker as fills. It supports solid color only (not gradient) in the base configuration. For gradient strokes, see the Gradient Stroke section below.
The width of the stroke in pixels. Range: 0.1px to 500px.
Controls where the stroke is rendered relative to the path:
| Alignment | Description |
|---|---|
| Center (default) | The stroke is centered on the path — half inside, half outside the shape boundary |
| Inside | The entire stroke width is inside the shape boundary |
| Outside | The entire stroke width is outside the shape boundary |
Stroke alignment affects how the shape's apparent visual size compares to its defined geometry, which is important when precise positional accuracy matters.
Converts the stroke to a dashed line:
A stroke can be filled with a gradient rather than a solid color. When enabled:
The stroke system applies identically to text elements. See the Text documentation for typography-specific stroke behavior.