LineCapStyle
Defined in: src/core/types.ts:1382
Line cap styles for path strokes.
Defines how the ends of open paths are drawn.
Enumeration Members
Section titled “Enumeration Members”| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
Butt | "Butt" | Butt cap - stroke ends at the endpoint. | src/core/types.ts:1384 |
Round | "Round" | Round cap - stroke ends with a semicircle. | src/core/types.ts:1386 |
Square | "Square" | Square cap - stroke extends half the line width past the endpoint. | src/core/types.ts:1388 |