create_ellipse
Add an ellipse, circle, arc, or donut to a Figma design. Set position, size, fill color, stroke, and arc angles to create custom shapes.
Instructions
Create a new ellipse (circle, arc, donut) in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position | |
| y | Yes | Y position | |
| width | Yes | Width of the ellipse | |
| height | Yes | Height of the ellipse | |
| arcData | No | Optional arc data for creating arcs/donuts | |
| name | No | Optional name for the ellipse | |
| parentId | No | Optional parent node ID to append the ellipse to | |
| parentNodeName | No | Name of the parent node to verify against | |
| fillColor | No | Fill color in RGBA format | |
| strokeColor | No | Stroke color in RGBA format | |
| useAbsolutePosition | No | If true and parent is an auto-layout frame, forces absolute positioning to prevent layout shifts. |