Appearance
zeropdf / PathStyle
Interface: PathStyle
Defined in: src/types.ts:2899
Painting, stroke, fill, transform, and tagging options for vector paths.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
fill? | FillStyle | Fill. | src/types.ts:2905 |
paint | "fill" | "stroke" | "fillStroke" | Paint. | src/types.ts:2901 |
stroke? | StrokeStyle | Stroke. | src/types.ts:2903 |
tag? | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2907 |