Know if there are some elements on other element in SVG?

83 Views Asked by At

I am trying to simulate movement of elements in SVG i have some circles and i need to get event when one circle is touching other Circle , or starting to hide it. Is there an attribute or function ? thanks in advance

1

There are 1 best solutions below

0
On BEST ANSWER

There is no built-in function for this. You will have to detect it yourself.