Appearance
a11ydocs / StrokeStyle
Interface: StrokeStyle
Defined in: src/types.ts:2925
Stroke styling for vector paths.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | ColorInput | Color used for drawing, text, or highlighting. | src/types.ts:2927 |
dashArray? | number[] | Dash array. | src/types.ts:2937 |
dashPhase? | number | Dash phase. | src/types.ts:2939 |
lineCap? | LineCap | Line cap. | src/types.ts:2931 |
lineJoin? | LineJoin | Line join. | src/types.ts:2933 |
miterLimit? | number | Miter limit. | src/types.ts:2935 |
width? | number | Width in PDF points. | src/types.ts:2929 |