Export design as SVG
poietic_export_svgExport the current plane of a Poietic design to an SVG file. Optionally include pictograms from a collection file to enhance the diagram.
Instructions
Export the current plane as an SVG diagram. Note: pictograms require a pictogram collection file (from the Diagramming package); without it the diagram renders with plain shapes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoom | No | Zoom level in % (default 100). | |
| plane | No | Plane name or ID (default: current plane). | |
| design | No | Path to the design file. Defaults to the current design (poietic_use_design) or POIETIC_DESIGN. | |
| outputPath | Yes | SVG output path (inside the workspace). | |
| pictograms | No | Path to a pictogram collection file. | |
| pictogramScale | No | Pictogram scale (default 0.5). |