Type: lib.svg.ClipPath

Namespace: lib.svg

Description

Create clipping paths for SVG elements. svg, clip, mask

Use cases:
- Mask parts of elements
- Create complex shapes through clipping
- Apply visual effects using masks

Properties

Property Type Description Default
clip_content svg_element SVG element to use as clip path {"type":"svg_element","name":"","attributes":{}...
content svg_element SVG element to clip {"type":"svg_element","name":"","attributes":{}...

Outputs

Output Type Description
output svg_element  

Browse other nodes in the lib.svg namespace.