Closed LukasV closed 7 months ago
Ok. Silly me. I should have read the manual better. RTFM!
With the tool none the user can interact with SVG child elements and trigger events. With the tool auto the user can interact with SVG child elements, perform pan (dragging the image), zoom in (double click), zoom out (double click + shift).
So with the right tool it is possible to interact with
I suppose there is a stopPropagation() being called somewhere within this library which prevents me from using map with rollovers. Is there any chance this behavior could be toggled via prop? Thank you for your consideration. Otherwise great work!