brunomnsilva / JavaFXSmartGraph

Generic (Java FX) Graph Visualization Library
Other
327 stars 55 forks source link

Bug: loops make ScrollPane overflow #39

Open lorenzodbr opened 2 months ago

lorenzodbr commented 2 months ago

As you can see in the attached image, if you drag a vertex with a loop to the top border (without auto-positioning enabled), the scroll pane overflows. Another problem I have encountered with loops is the misalignment of their arrowheads.

First issue Second issue

P.S.: this was the exact library I needed, thank you for creating it!

brunomnsilva commented 2 months ago

Hi @lorenzodbr ,

I'm aware of those pending "problems" :disappointed:

I'll try to address them in the following weeks.

lorenzodbr commented 2 months ago

Thanks, anyway I found out that this problem does not occur with ContentZoomScrollPane, so it wasn't really an issue in my case