create_node_from_svg
Convert an SVG XML string into a new node in your Figma design. Specify position, name, and parent to place it accurately.
Instructions
Creates a node from an SVG string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| svg | Yes | The SVG XML string | |
| name | No | Name for the new node | |
| parentId | No | Parent ID to append to | |
| parentNodeName | No | Parent Name to verify against | |
| x | No | X position | |
| y | No | Y position |