Subpath
Defined in: core/path-context.ts:50
A flattened subpath: a polyline plus whether it was closed.
Properties
Section titled “Properties”closed
Section titled “closed”closed:
boolean
Defined in: core/path-context.ts:53
points
Section titled “points”points:
number[]
Defined in: core/path-context.ts:52
Interleaved x,y coordinates: [x0, y0, x1, y1, …].