anseki / plain-draggable

The simple and high performance library to allow HTML/SVG element to be dragged.
https://anseki.github.io/plain-draggable/
MIT License
765 stars 96 forks source link

connect many dragging elements with lines #21

Closed emzachar closed 5 years ago

emzachar commented 5 years ago

Hi, I'm testing possibility of connecting many dragging elements into a flow. I'm able to connect elements into pairs, but stucked with connection between pairs. I'm trying to connect element 0 and 4 with a line. Could you please support me?

connect lines

Code:

Plain-draggable06.txt

anseki commented 5 years ago

Hi @emzachar, thank you for your comment. It seems that this issue is a question about LeaderLine. See document of LeaderLine: https://anseki.github.io/leader-line/ And then, if you still have the question, make an issue in LeaderLine repository, not here. This is PlainDraggable repository.