Skip to content

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

NameTypeDescription
svg_imageimage_svgThe 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.

Reference: