add_path
Add an SVG path to a canvas by providing path data and customizing stroke, fill, opacity, and width.
Instructions
Add an SVG path (d attribute) to a canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| d | Yes | SVG path data | |
| fill | No | none | |
| stroke | No | #000000 | |
| opacity | No | ||
| canvasId | Yes | ||
| strokeWidth | No |