You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am implementing my own node, port and edge items and discovered a feature that I am missing in the library. Perhaps I am have just overlooked it -- in that case please feel free to point it out.
I would like to be able to specify anchors for edge control points. This is useful when ports use more complex shapes than just circles. Here is an example from my app (WIP):
You can see that by default, control points are placed in the center of a port. This works for circles but not for my lines + "half-diamonds". Ideally, I would like to be able to specify some sort of anchor point within the port, from which control points are derived. To maintain compatibility, the default implementation can place this anchor in the center of the port item, however the convenient part would then be that components like mine could override this behavior.
Here is a reference to the code which I think is responsible for placing anchors in the center of the port item. Of course this is just one case of edge types (there are multiple variants of the same logic in similar functions in this file).
The text was updated successfully, but these errors were encountered:
This issue is now over a month old, and still has no response. I am more than happy to lend my time & energy in an effort to implement this feature, however this will be much more difficult for me to do without pointers and feedback from the maintainers. Please respond.
I am implementing my own node, port and edge items and discovered a feature that I am missing in the library. Perhaps I am have just overlooked it -- in that case please feel free to point it out.
I would like to be able to specify anchors for edge control points. This is useful when ports use more complex shapes than just circles. Here is an example from my app (WIP):
You can see that by default, control points are placed in the center of a port. This works for circles but not for my lines + "half-diamonds". Ideally, I would like to be able to specify some sort of anchor point within the port, from which control points are derived. To maintain compatibility, the default implementation can place this anchor in the center of the port item, however the convenient part would then be that components like mine could override this behavior.
Here is a reference to the code which I think is responsible for placing anchors in the center of the port item. Of course this is just one case of edge types (there are multiple variants of the same logic in similar functions in this file).
The text was updated successfully, but these errors were encountered: