Skip to main content

Interface: M2ColorfulPath

A collection of multi-color lines to draw.

Remarks

Unlike M2Path, this interface allows for lines of different colors and widths to be drawn in the same path.

Extends

Properties

linePresentations

linePresentations: LinePresentation[]

Colors and widths of lines in the path.

Source

M2ColorfulPath.ts:12


subpaths

subpaths: Point[][]

The subpath that compose up the path

Inherited from

M2Path.subpaths

Source

M2Path.ts:8