Skip to content

a11ydocs v1.7.0


a11ydocs / PathStyle

Interface: PathStyle

Defined in: src/types.ts:2953

Painting, stroke, fill, transform, and tagging options for vector paths.

Properties

PropertyTypeDescriptionDefined in
fill?FillStyleFill.src/types.ts:2959
paint"fill" | "stroke" | "fillStroke"Paint.src/types.ts:2955
stroke?StrokeStyleStroke.src/types.ts:2957
tag?"Artifact"Structure tag used for tagged PDF output.src/types.ts:2961

Released under the ISC license.