Skip to content

zeropdf v1.5.0


zeropdf / PathStyle

Interface: PathStyle

Defined in: src/types.ts:2899

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

Properties

PropertyTypeDescriptionDefined in
fill?FillStyleFill.src/types.ts:2905
paint"fill" | "stroke" | "fillStroke"Paint.src/types.ts:2901
stroke?StrokeStyleStroke.src/types.ts:2903
tag?"Artifact"Structure tag used for tagged PDF output.src/types.ts:2907

Released under the ISC license.