davidpiegza/Graph-Visualization

Bounding boxes for Nodes to prevent intersections

Closed this issue · 1 comments

Hi!

From the current state of the code it seems that you are not checking for collisions. So in some cases a node can be drawn inside another one.

@papadako A check for collisions is not planned right now. The example layouts (force-directed layout) should actually prevent collisions. But I'm open for contributions :)