Is there a way of triggering mouseenter
events on SVG elements that are behind other elements? It seems like the top element is catching the event and it is not bubbling up the DOM.
Alternatively, is there a good way of checking if the mouse is over a specific SVG element?
To clarify, I am trying to implement a 'drag & drop'-like functionality where i change the front element depending on the back one. Note that the elements are not nested.