Shapes.stroke
configurationDefines the shape border stroke configuration.
shapes.stroke
Objectshapes.stroke.color
StringDefines the color of the shape stroke.
shapes.stroke.dashType
StringThe dash type of the shape.
The following dash types are supported:
- "dash" - A line that consists of dashes
- "dashDot" - A line that consists of a repeating pattern of dash-dot
- "dot" - A line that consists of dots
- "longDash" - A line that consists of a repeating pattern of long-dash
- "longDashDot" - A line that consists of a repeating pattern of long-dash-dot
- "longDashDotDot" - A line that consists of a repeating pattern of long-dash-dot-dot
- "solid" - A solid line
shapes.stroke.lineCap
StringDefines the line cap style of the stroke. Supported values are "butt", "round", and "square".
shapes.stroke.lineJoin
StringDefines the line join style of the stroke. Supported values are "bevel", "miter", and "round".
shapes.stroke.width
NumberDefines the thickness or width of the shape stroke.
Default: 1