Skip to content

zeropdf v1.3.0


zeropdf / LineCap

Type Alias: LineCap

ts
type LineCap = "butt" | "round" | "projectingSquare";

Defined in: src/types.ts:2825

Line-cap styles for stroked vector paths.

Released under the ISC license.