Methods
Fills the ellipse interior with a color, gradient, or other style.
Draws the ellipse outline. Pass a Style for a 1-point stroke, or a StrokeOptions object (
{ style: Style, lineWidth?: number }) for custom width.Support
Usage
Basic ellipse
Stroked ellipse
With gradient fill
Notes
- When the frame is square, Ellipse renders identically to Circle.