Skip to content

Subpath

Defined in: core/path-context.ts:50

A flattened subpath: a polyline plus whether it was closed.

closed: boolean

Defined in: core/path-context.ts:53


points: number[]

Defined in: core/path-context.ts:52

Interleaved x,y coordinates: [x0, y0, x1, y1, …].