elk.stress
edge labels are not positioned as expected in unconnected graphs
#1121
Labels
bug
Erroneous behaviour.
Milestone
Describe the bug
When using the
elk.stress
algorithm to layout an unconnected graph, edge labels are not always correctly positioned on their corresponding edges. This issue appears to occur specifically when multiple nodes form a cycle (or would form a cycle if the edges were treated as undirected or bidirectional).Example (
edgeLabels.inline: true
makes this even clearer)Expected behavior
The edge labels should be at their / on their corresponding edge.
Screenshots
ELK Version
0.9.0
and above (note: this is not an issue in v0.8)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: