export_preview
Render an SVG file to PNG and return the image, providing visual verification of edits that JSON data cannot show.
Instructions
Render to PNG and RETURN THE IMAGE, so the calling model sees its own work. A chain that 'succeeds' and produces a blank canvas is obvious in a picture and invisible in a JSON payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dpi | No | Export resolution in dots per inch. | |
| input_path | No | Source file to read. | |
| output_path | No | File to write. Overwritten if it exists. |