Skip to content

zeropdf v1.3.0


zeropdf / StrokeStyle

Interface: StrokeStyle

Defined in: src/types.ts:2835

Stroke styling for vector paths.

Properties

PropertyTypeDescriptionDefined in
color?ColorInputColor used for drawing, text, or highlighting.src/types.ts:2837
dashArray?number[]Dash array.src/types.ts:2847
dashPhase?numberDash phase.src/types.ts:2849
lineCap?LineCapLine cap.src/types.ts:2841
lineJoin?LineJoinLine join.src/types.ts:2843
miterLimit?numberMiter limit.src/types.ts:2845
width?numberWidth in PDF points.src/types.ts:2839

Released under the ISC license.