Skip to content

ShapeShadow

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

§20.1.8.40 a:outerShdw — the drop shadow under a shape: how far it is displaced, how soft its edge is, and in what colour. dxPt/dyPt are the displacement in page coordinates (y grows DOWN), resolved from the spec’s polar dist/dir.

readonly alpha: number

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

0..1, from the shadow colour’s a:alpha (absent ⇒ opaque).


readonly blurPt: number

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

blurRad in points; 0 is a hard edge.


readonly colorHex: string

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


readonly dxPt: number

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


readonly dyPt: number

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