anseki / leader-line

Draw a leader line in your web page.
http://anseki.github.io/leader-line/
MIT License
3.03k stars 423 forks source link

Dragging lines after reload #371

Closed rdimaunahan closed 2 years ago

rdimaunahan commented 2 years ago

Hi anseki!

I am trying to drag the leaderline connected to a draggable element. The line.position() works but only when the page is not reloaded. All leaderline gets stored and redrawn after refresh but I can't use line.position() anymore since the lines are stored line. Is it possible to use line.position for svg element isntead?

anseki commented 2 years ago

Hi @rdimaunahan, thank you for the comment. Was this issue solved?