Closed QadiymStewart closed 2 years ago
Hi @QadiymStewart, thank you for the comment. Sorry, my English is poor. What does the "library crashes" mean? Was any error thrown? Also, what is "self-loop"?
I get the following
Apart from that I'm trying to re create the line circled in red in previous comment.
That error message means that your code has a bug. Could you show your code?
I couldn't understand the image that was indicated by the red circle. Are there two lines in the circle?
If you want to draw a line from an element to the same element (is this "self-loop"?), you can use pointAnchor
.
For example:
https://jsfiddle.net/fhd7bxuo/
No reply came, then this abandoned issue is closed.
Trying to replicate a self-loop but library crashes, how would I go about implementing? Basically, if Source == Target create a loop line.