Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchic edges may be drawn beneath elements they should be atop of #118

Open
NiklasRentzCAU opened this issue Sep 26, 2022 · 0 comments
Labels
bug Something isn't working klighd-core

Comments

@NiklasRentzCAU
Copy link
Member

View this graph:

properties: org.eclipse.elk.hierarchyHandling=INCLUDE_CHILDREN

knode p1 {
  knode c1 {
    kport port1
    kedge (:port1 -> c2:port2)
  }
}

knode p2 {
  knode c2 {
    kport port2
  }
}

Here, the edge will be drawn atop of its source node p1, but beneath the parent of the target node p2.

Hierarchic edges need a different SVG rendering order to ensure the edges always being drawn on top of their source/target nodes.

@NiklasRentzCAU NiklasRentzCAU added bug Something isn't working klighd-core labels Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working klighd-core
Projects
None yet
Development

No branches or pull requests

1 participant