eclipse / elk

Eclipse Layout Kernel - Automatic layout for Java applications.
https://www.eclipse.org/elk/
Other
258 stars 86 forks source link

layered: Partition: Let dummy partition edges account for edge labels. #959

Open soerendomroes opened 1 year ago

soerendomroes commented 1 year ago

Fixes the this model.

Node of the same partition are not in the same layer since the dummy edges between partitions do nothing if edge labels are present. If the connecting edges are actually two edges with a dummy node, this can never be overruled by an edge with a label.

@Drakae