Skip to main content
Version: Next

Svg Append

Append an item to the SVG Canvas

Description

Append an item to the SVG Canvas

Inputs

  • Control Flow (Control Flow)
  • parent (SVG): The SVG Container to which append elements (Typically generated by the SVG Canvas brick)
  • child (SVG): The SVG Element to append to it (Typically generated by any other SVG Brick)

Outputs

  • Control Flow (Control Flow)
  • parent (SVG): The SVG Container to which append elements