The OVAL function draws an ellipse. The size of the ellipse is defined by the rectangle with the corners (x1|y1) and (x2|y2).
- The fill is defined with FILL.
- The color is defined with COLOR.
- The line thickness is defined with STROKE.
OVAL(x1, y1, x2, y2)