Path
Property | Type | Description |
---|---|---|
type | 'path' | |
condition | formula (optional) | |
repeat | repeat (optional) | |
step | boolean, formula (optional) | |
defs | Definition[] (optional) | |
path | interpolated string | The defined path of the Path geometry. Uses SVG paths and assumes relative coordinates. |
{
type: "path",
path: "M 0 0 L 1 1 L 0 1 Z"
}
You can learn more about SVG paths online
Updated 7 months ago