8000 One edge croses port and node if two edges are connected to the same port · Issue #1148 · eclipse-elk/elk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
One edge croses port and node if two edges are connected to the same port #1148
Open
@BjBe82

Description

@BjBe82

Describe the bug
If a port is connected to two other ports, the edge routing sometimes crosses the port as well as the node.

Minimal Example:

algorithm: layered

node n1{
    port np1
}
node n2{
    port np1
}
655F

node n3{
    port np1
}
edge n1.np1 -> n2.np1
edge n2.np1 -> n3.np1

Expected behavior
The Edge should be routed around the node and partial joined with the second edge, like it was the case in ELK 0.6.0:

Image

Screenshots

Image

ELK Version
ELK Version: 0.6.1+

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugErroneous behaviour.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0