Appearance
SVG Image Input
Overview
The SVG Image Input node serves as a gateway for receiving vector-based image data. It is essential for modular workflows, allowing SVG data to be passed between connected flows.
Use SVG Image Input when:
- You need to pass an SVG graphic from an external source or different flow.
💡 Tip
This node specifically handles the image_svg type, which is distinct from pixel-based image formats.
Outputs
| Name | Type | Description |
|---|---|---|
| svg_image | image_svg | The SVG image data provided to the flow. |
Parameters
This node does not have any configuration parameters.
Example
Multi-Source Data Collection
Multiple flows generate SVG Images and transmit them to a final flow. This node serves as the input point, ensuring all SVG Images are received and ready to be stored to the reporting.
Configuration:
- This node has no configurable parameters.
Result: The SVG data from different flows are captured and ready to be stored at once.
Related links
Reference:
- Image Stream — stream from a camera or file source
- Draw Polygons — renders SVG graphics
- Image (output) — sends image data out