ellipse()


Returns an ellipse

ellipse(x, y, w, h)
x x-coordinate of the center
y y-coordinate of the center
w width
h height

Example:

shape = ellipse(56, 46, 55, 65)
shape.draw(1, 1000)