create_vector
Draw custom vector paths by providing SVG path data, specifying fill, stroke, and parent node.
Instructions
Draw custom vector paths using SVG-like path data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Vector name | |
| pathData | Yes | SVG path data (M, L, C, Q, Z commands) | |
| fill | No | Fill color | |
| stroke | No | Stroke color | |
| strokeWeight | No | Stroke weight | |
| parentId | No | Parent node ID |