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