Appearance
zeropdf / StrokeStyle
Interface: StrokeStyle
Defined in: src/types.ts:2896
Stroke styling for vector paths.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | ColorInput | Color used for drawing, text, or highlighting. | src/types.ts:2898 |
dashArray? | number[] | Dash array. | src/types.ts:2908 |
dashPhase? | number | Dash phase. | src/types.ts:2910 |
lineCap? | LineCap | Line cap. | src/types.ts:2902 |
lineJoin? | LineJoin | Line join. | src/types.ts:2904 |
miterLimit? | number | Miter limit. | src/types.ts:2906 |
width? | number | Width in PDF points. | src/types.ts:2900 |