You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, edges draw on the layer below nodes intentionally so that nodes are not overdrawn by edges that pass thru them due to layout positioning. If a particular application needs to draw edges that need to draw over nodes, they can set those particular edges to draw on a layer above the default layer (TOP_LAYER or a custom defined layer).
Describe the problem
Edge that has source and target as the same node leads to edge being disconnected, overlapped and somewhat hidden.
How do you reproduce the problem?
Use an edge with the same source and target
Expected behavior
Edge is fully visible and not hidden behind node
Screenshots
What is your environment?
What is your product and what release date are you targeting?
5.0.0
Any other information?
Using TaskNode, DefaultEdge, BreadthFirstLayout, but the layout type doesn't seem to have much of an impact.
The text was updated successfully, but these errors were encountered: