Skip to content

ShapeLine

Defined in: src/core/document-model/types.ts:779

§20.1.2.2.24 a:ln — a shape’s outline (stroke).

readonly optional cap?: "square" | "flat" | "round"

Defined in: src/core/document-model/types.ts:783


readonly optional colorHex?: string

Defined in: src/core/document-model/types.ts:781


readonly optional dash?: ShapeDash

Defined in: src/core/document-model/types.ts:782


readonly optional fill?: "none" | "solid"

Defined in: src/core/document-model/types.ts:784


readonly optional width?: Pt

Defined in: src/core/document-model/types.ts:780