interface EllipseStroke

Properties to be provided with strokeEllipse.

Properties
anticlockwise, color, cx, cy, dash, endAngle, lineWidth, rx, ry, startAngle

Properties

anticlockwise
optional

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
dash
optional

Dash pattern of the stroke.

Type:
number[]
endAngle
optional

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
startAngle
optional

Angle in radians at which the ellipse starts (measured clockwise from the positive x-axis).

Type:
number