Replies: 2 comments 5 replies
-
@martin-fleck-at or @tortmayr, any ideas as to how I could accomplish this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@martin-fleck-at Could you have a look at this? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently did some work on my GLSP client to change the edge orientation by adding in some additional corners at the start and end points via a
ManhattanEdgeRouter
class extension and a customcalculateDefaultCorners
implementation. I noticed that some of the corners are very high and it seems a little excessive.A lot of times, it seems like the corners can rocket up to the top of the node, but I'm not sure where that height is being determined.
I'm using an ELKLayoutModule instance to control the layout algorithm being used:
I am aware there are different options that can be used with these algorithms to control things like edge spacing and thickness, but my attempts to modify these sections of code with additional options like below have not yielded any changes in the diagram.
I was wondering if this is something I would need to edit my
ManhattanEdgeRouter
class extension to fix, or if layout algorithm options can fix this and perhaps I'm just not using them properly?Beta Was this translation helpful? Give feedback.
All reactions