DataStructures.Algorithms icon indicating copy to clipboard operation
DataStructures.Algorithms copied to clipboard

Directed graph with custom Vertex widthxheight shifts arrow wrong

Open mfe- opened this issue 6 years ago • 0 comments

When setting a custom width and height >40 on the VertexControl on a directed graph the arrow is underneath the control. Therefore it looks like that the arrow isn't displayed. The ShiftConverter is currently using hardcoded +-7.

To fix this:

  • [ ] Pass additonal parameter with width and height of control to ShiftConverter
  • [ ] Calculate a reasonable value which can be used to shift the arrow

mfe- avatar Aug 28 '19 18:08 mfe-