Is it possible to show and hide overlays as a whole? (created through var overlay = viewer.svgOverlay() ? )
I tried viewer.world.getItemAt(x).setOpacity and many other options without success.
Also, is it possible to create hover / mouseover events for svg elements in the overlay?
Thanks