Path node is used to create complex, custom vector shapes. You can draw paths by adding, removing, and manipulating points and their bezier handles directly on the main canvas.
Parameters
| Parameter | Description |
|---|---|
Label | The display name for the node. |
Translate | Sets the X and Y coordinates of the shape's center. |
Scale | Scales the shape from its center. |
Rotation | Rotates the shape around its center. |
Blur | Applies a Gaussian blur effect to the shape. |
Closed | Toggles whether the path is a closed shape. |
Markers | Add SVG markers (like arrowheads) to the path |