sempdf
sempdf v1.9.1Interfaces

Interface: StrokeStyle

sempdf v1.9.1


sempdf / StrokeStyle

Defined in: src/types.ts:3516

Stroke styling for vector paths.

Properties

PropertyTypeDescriptionDefined in
color?ColorInputColor used for drawing, text, or highlighting.src/types.ts:3518
dashArray?number[]Dash array.src/types.ts:3528
dashPhase?numberDash phase.src/types.ts:3530
lineCap?LineCapLine cap.src/types.ts:3522
lineJoin?LineJoinLine join.src/types.ts:3524
miterLimit?numberMiter limit.src/types.ts:3526
width?numberWidth in PDF points.src/types.ts:3520

On this page