LineCapStyle
Defined in: src/core/types.ts:1409
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:1411 |
Round | "Round" | Round cap - stroke ends with a semicircle. | src/core/types.ts:1413 |
Square | "Square" | Square cap - stroke extends half the line width past the endpoint. | src/core/types.ts:1415 |