First page Back Continue Last page Graphics
Ellipse
ellipse command:
- ellipse( x, y, width, height )
- draws an ellipse (oval)
- width and height specify diameter by default
- line color is set using the stroke() command
a circle is drawn when the width and height are equal