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.
Defined in
M2ColorfulPath.ts:12
subpaths
subpaths:
Point
[][]
The subpath that compose up the path
Inherited from
Defined in
M2Path.ts:8