Interface
Outline
:width
?: numberThe width, or thickness of the line.
color
?: ColorThe color of the line.
opacity
?: numberOpacity (overrides fill opacity).
since
v3001.0
join
?: LineJoinLine join.
since
v3000.0
miterLimit
?: numberMiter limit. If the length of the miter divided by the line width exceeds this limit, the style is converted to a bevel.
since
v3001.0
cap
?: LineCapLine cap.
since
v3001.0