Skip to content

feat: show self-loops in nodelink visualization

Dennis Collaris requested to merge feat/nl-selfloops into main

Self loops were not visible because they were drawn as a straight edge between the node and itself (length = 0). This PR introduces a special case for self loops uzing a bezier curve.

Preview

Screenshot_2025-01-14_at_12.08.12

Merge request reports

Loading