ellipse method
void
ellipse(])
The
CanvasRenderingContext2D.ellipse()
method of the Canvas 2D API adds an elliptical arc to the current
sub-path.
Implementation
external void ellipse(
num x,
num y,
num radiusX,
num radiusY,
num rotation,
num startAngle,
num endAngle, [
bool counterclockwise,
]);