create_ellipse
Create ellipses and circles in Figma with custom dimensions, position, and fill color. Add geometric shapes to the current page or inside parent nodes using programmatic controls.
Instructions
Create a new ellipse (circle/oval) on the current page or inside a parent node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fillColor | No | Fill color as hex e.g. #3B82F6 | |
| height | No | Height in pixels (default 100) | |
| name | No | Ellipse name | |
| parentId | No | Parent node ID in colon format. Defaults to current page. | |
| width | No | Width in pixels (default 100) | |
| x | No | X position (default 0) | |
| y | No | Y position (default 0) |