Add an ellipse/circle to the active document
illustrator_add_ellipseDraws a filled or stroked ellipse on the active layer at specified x, y, width, and height, with optional fill and stroke colors.
Instructions
Draws a filled/stroked ellipse on the active layer of the active document. Coordinates are in points from the top-left of the artboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes | ||
| fillColor | No | Hex fill color, e.g. #8c4f2d. Omit for no fill. | |
| strokeColor | No | Hex stroke color. Omit for no stroke. |