Skip to content

zeropdf v1.5.5


zeropdf / StrokeStyle

Interface: StrokeStyle

Defined in: src/types.ts:2896

Stroke styling for vector paths.

Properties

PropertyTypeDescriptionDefined in
color?ColorInputColor used for drawing, text, or highlighting.src/types.ts:2898
dashArray?number[]Dash array.src/types.ts:2908
dashPhase?numberDash phase.src/types.ts:2910
lineCap?LineCapLine cap.src/types.ts:2902
lineJoin?LineJoinLine join.src/types.ts:2904
miterLimit?numberMiter limit.src/types.ts:2906
width?numberWidth in PDF points.src/types.ts:2900

Released under the ISC license.