Closed rensink closed 8 months ago
This is partially in place. Middle point removal works for edges that are not in a cycle. A simple graph with two nodes and edges back and forth can show the problem. The option to disable on-the-fly layouting is still pending.
Original comment by: zambon
Original comment by: zambon
Implemented.
Original comment by: zambon
The jGraph layouters that were incorporated in Groove don't route edges with middle points. This means that even though the graph is properly layouted it still might look a complete mess because of edge routing. A possible workaround is to remove all edge points before calling the layouter. Also, the 'configure layout' dialog should have an option to disable on-the-fly re-layouting.
Reported by: zambon