interface
EllipseStroke
Properties to be provided with strokeEllipse.
- Properties
- anticlockwise, color, cx, cy, dash, endAngle, lineWidth, rx, ry, startAngle
Properties
- anticlockwiseoptional
If true, draw the ellipse anticlockwise.
- Type:
-
boolean
- color
Stroke color.
- Type:
-
string
- cx
X-axis coordinate of the ellipse’s center
- Type:
-
number
- cy
Y-axis coordinate of the ellipse’s center
- Type:
-
number
- dashoptional
Dash pattern of the stroke.
- Type:
-
number[]
- endAngleoptional
Angle in radians at which the ellipse ends (measured clockwise from the positive x-axis).
- Type:
-
number
- lineWidth
Stroke thickness.
- Type:
-
number
- rx
The ellipse’s X-radius.
- Type:
-
number
- ry
The ellipse’s Y-radius.
- Type:
-
number
- startAngleoptional
Angle in radians at which the ellipse starts (measured clockwise from the positive x-axis).
- Type:
-
number