figma_create_ellipse
Create ellipses and donut segments in Figma using design system color variables for fills and strokes, with control over dimensions, position, and arc angles.
Instructions
Create an ellipse in Figma. Supports arcs for donut segments. Use DS color variables for fills and strokes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the ellipse node. | |
| width | Yes | Width in pixels. | |
| height | Yes | Height in pixels. | |
| parentNodeId | No | Parent frame to insert into. | |
| fillVariable | No | DS color variable path for fill. | |
| fillHex | No | Hex color fallback (rejected in strict mode). | |
| fillNone | No | No fill. | |
| strokeVariable | No | DS color variable path for stroke. | |
| strokeHex | No | Hex color fallback. | |
| strokeWidth | No | Stroke weight. | |
| arcData | No | Arc configuration for donut segments. | |
| x | No | X position. | |
| y | No | Y position. | |
| layoutGrow | No | Layout grow factor. | |
| layoutAlign | No | Layout alignment. |