Appearance
zeropdf / StrokeStyle
Interface: StrokeStyle
Defined in: src/types.ts:2835
Stroke styling for vector paths.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | ColorInput | Color used for drawing, text, or highlighting. | src/types.ts:2837 |
dashArray? | number[] | Dash array. | src/types.ts:2847 |
dashPhase? | number | Dash phase. | src/types.ts:2849 |
lineCap? | LineCap | Line cap. | src/types.ts:2841 |
lineJoin? | LineJoin | Line join. | src/types.ts:2843 |
miterLimit? | number | Miter limit. | src/types.ts:2845 |
width? | number | Width in PDF points. | src/types.ts:2839 |