oval(x, y, w, h, mode)
Draw an ellipse bounded by width and height dimensions.
| Name | Type | Required | Description |
|---|---|---|---|
x, y |
number | yes | Top-left or center position depending on mode. |
w, h |
number | yes | Ellipse width and height. |
mode |
string | no | fill/outline variants. |
void
No additional runtime notes yet.
No additional details yet.