Path

Linen. Path

Model for drawing Paths. The model is extremely limited right now.
This element extends Linen.Model and inherits all of it's methods.

Constructor

new Path(Linen)

Source:
Tutorials:
  • Tutorial: path-clipping
Parameters:
Name Type Description
Linen Linen The instance of Linen.

Methods

addPath(path) → {unresolved}

Source:
Multiple paths may be added to the Path element for ease of use. All paths on the element will recieve the same fillStyle and strokeStyle.
Parameters:
Name Type Description
path string
Returns:
Type
unresolved