getStrokeOutlinePoints
getStrokeOutlinePoints
Get an array of points (as [x, y]) representing the outline of a stroke.
function getStrokeOutlinePoints(
strokePoints: StrokePoint[],
options?: StrokeOptions,
): Vec[];Parameters
| Name | Description |
|---|---|
| |
| An object with options. |
Returns
Vec[];Prev
getStrokeNext
getStrokePoints