Ellipses
An ellipse in jCanvas is, essentially, an elongated circle. The size of an ellipse is determined by its width
and height
properties.
Basic Usage
You can draw an ellipse using the drawArc()
method. The size of an ellipse is determined by its start
, end
, width
, and height
properties.
jCanvas considers zero degrees to lie due north of the ellipse (like the 12 on an analog clock).