create_ellipse
Create an ellipse (circle when width equals height) on a Figma page, with optional sizing, naming, and parent assignment. Returns the new node's ID and details for further shape editing.
Instructions
Create an ellipse (a circle when width equals height), optionally sized/named/positioned under a parent (default: current page). To turn it into a pie, arc, or ring afterwards use set_arc. Returns { ok, nodeId, name, type }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position in the parent | |
| y | No | Y position in the parent | |
| name | No | Layer name | |
| width | No | Width in px | |
| height | No | Height in px | |
| parentId | No | Parent node id (default: current page) |