-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Feedback in diagrams #2259
Comments
The slightly-off issue has been fixed in ELK 0.9.0. The self-loop issue appears to persist and is an issue in ELK. |
@soerendomroes, is there anything actionable? Or is there maybe a GitHub issue that we can link to in ELK? |
@soerendomroes and @a-sr, bumping this issue. |
See eclipse/elk#1023 |
The issue says "This should have been fixed in 0.9.0" so does that mean the issue is fixed and we can close this? Or does it mean that a dependency needs to be bumped? |
You also mentioned that "The self-loop issue appears to persist and is an issue in ELK." Is there an actual issue were this is tracked in ELK? |
@lhstrh The issue is tracked in eclipse/elk#1023 in ELK. |
The following minimal program illustrates two alignment problems with decorators put on connections:
On the feedback path, the decorator is put above the connection rather than on it, and on the feedforward path, the alignment is slightly off. The test case is here:
The text was updated successfully, but these errors were encountered: