Skip to content

Implement smart edge type support#64

Merged
philippjfr merged 1 commit into
mainfrom
smart_edges
May 28, 2026
Merged

Implement smart edge type support#64
philippjfr merged 1 commit into
mainfrom
smart_edges

Conversation

@philippjfr
Copy link
Copy Markdown
Contributor

Adds support for various smart edge types based on the @tisoap/react-flow-smart-edge extension:

Type Description
"bezier" Smooth bezier curve (default).
"straight" Straight line between nodes.
"step" Orthogonal path with right angles.
"smoothstep" Step path with rounded corners.
"smart_bezier" Bezier curve that automatically routes around nodes.
"smart_straight" Straight segments that automatically route around nodes.
"smart_step" Step path that automatically routes around nodes.
smart_edge

@philippjfr philippjfr merged commit 3965542 into main May 28, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant