Skip to content

zeropdf v1.3.0


zeropdf / PathStyle

Interface: PathStyle

Defined in: src/types.ts:2863

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

Properties

PropertyTypeDescriptionDefined in
fill?FillStyleFill.src/types.ts:2869
paint"fill" | "stroke" | "fillStroke"Paint.src/types.ts:2865
stroke?StrokeStyleStroke.src/types.ts:2867
tag?"Artifact"Structure tag used for tagged PDF output.src/types.ts:2871

Released under the ISC license.