miho / VWorkflows

Flow Visualization Library for JavaFX and VRL-Studio
http://vworkflows.mihosoft.eu
Other
294 stars 67 forks source link

Connectors do not align exactly to the midpoint of an edge #49

Closed cbvms123 closed 8 years ago

cbvms123 commented 8 years ago

See attached screenshot with background grid. alignment

Quick fix on my side was to remove the gap adjustment for the offset[XY] in FXFlowNodeSkin.computeConnector[XY]Value method.

miho commented 8 years ago

Wow, that is impossible! It must be an optical illusion :)

Jokes aside, I can reproduce it. If you have a solution, you are welcome to contribute a patch.