jquery - Disable SVG mouseclick event using CSS - Stack Overflow

PHOTO EMBED

Tue Jul 26 2022 12:36:18 GMT+0000 (Coordinated Universal Time)

Saved by @nataliaferraz #javascript

<svg>​
    <!-- Insert here​ -->
    <style>
        .disabled {
            pointer-events: none;
        }
    <style>
    <!-- The rest of the code -->
</svg>​
content_copyCOPY

https://stackoverflow.com/questions/18646374/disable-svg-mouseclick-event-using-css