textmode.js / Textmodifier / ellipse
Method: ellipse()
ts
ellipse(width?, height?): void;Draw an ellipse with the current settings. Position is controlled via translate, push, and pop.
Parameters
| Parameter | Type | Description |
|---|---|---|
width? | number | Ellipse width in grid cells. Defaults to 1. |
height? | number | Ellipse height in grid cells. Defaults to 1. |
Returns
void