ShapeOptions
The configuration options for the Shape.
clip?
The clipping path for this element. The Path instance will be monitored for changes. Can be replaced by calling the clip
method.
cursor?
string
The CSS cursor of the element.
fill?
The fill options of the Shape.
id?
string
An optional id. The id will be rendered only for SVG output.
name?
string
The optional name for this element.
opacity?
number
The element opacity. Ranges from zero (completely transparent) to one (completely opaque).
stroke?
The stroke options of the Shape.
transform?
The transformation to apply to this element.
visible?
boolean
A flag which indicates if the element is visible.