Represents a node with a custom SVG path. The d property corresponds directly to the d attribute of an SVG <path> element, allowing fully custom shapes.
d
<path>
{ d: "M 0 -10 L 10 10 L -10 10 Z"} Copy
{ d: "M 0 -10 L 10 10 L -10 10 Z"}
Represents a node with a custom SVG path. The
dproperty corresponds directly to thedattribute of an SVG<path>element, allowing fully custom shapes.Example