StrokeOptions
The shape stroke configuration options.
color?
string
The stroke color in any of the following formats.
Value | Description | |
---|---|---|
red | The basic or extended CSS Color name | |
#ff0000 | The Hex RGB value | |
rgb(255, 0, 0) | The RGB value |
Specifying 'none'
, 'transparent'
or ''
(an empty string) clears the stroke.
dashType?
(default: "solid") The stroke dash type.
lineCap?
(default: "butt") The stroke line cap style.
lineJoin?
(default: "miter") The stroke line join style.
opacity?
number
The stroke opacity. Ranges from zero (completely transparent) to one (completely opaque).
width?
number
The stroke width in pixels.