-
How can I select this SVG element only when the mouse is over the line What is actually happening, is when ever the mouse enter the SVG RectBound element even on the transparent area the item is selected (check the picture below): What I am looking for is, how to trigger the selection only when the mouse is over the line ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! This won't be possible without major changes to how this library works internally... like it would not only consider an area of elements to select but also some who were "touched" via |
Beta Was this translation helpful? Give feedback.
Hi! This won't be possible without major changes to how this library works internally... like it would not only consider an area of elements to select but also some who were "touched" via
mouseenter
... I'll consider your issue a feature request and see what I can do :)