Skip to content

a11ydocs v1.7.0


a11ydocs / StrokeStyle

Interface: StrokeStyle

Defined in: src/types.ts:2925

Stroke styling for vector paths.

Properties

PropertyTypeDescriptionDefined in
color?ColorInputColor used for drawing, text, or highlighting.src/types.ts:2927
dashArray?number[]Dash array.src/types.ts:2937
dashPhase?numberDash phase.src/types.ts:2939
lineCap?LineCapLine cap.src/types.ts:2931
lineJoin?LineJoinLine join.src/types.ts:2933
miterLimit?numberMiter limit.src/types.ts:2935
width?numberWidth in PDF points.src/types.ts:2929

Released under the ISC license.