Create Ellipse
illustrator_create_ellipseDraw an ellipse or circle by specifying its bounding box position (x, y), width, and height. Optionally set fill, stroke, stroke width, and name.
Instructions
Draw an ellipse/circle. The x,y,width,height describe its bounding box (top-left origin, Y down). Args: x, y, width, height, optional fill, stroke, strokeWidth, name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Bounding box left edge. | |
| y | Yes | Bounding box top edge (Y down). | |
| fill | No | Fill color. Omit to keep default. | |
| name | No | Optional name for the object (useful for later selection). | |
| width | Yes | Bounding box width. | |
| height | Yes | Bounding box height. | |
| stroke | No | Stroke (outline) color. Omit for no change. | |
| strokeWidth | No | Stroke width in points. |