Skip to content

Subpath

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

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

closed: boolean

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


points: number[]

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

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