I have my JS code in which I use Snap SVG. At some point I use
element.attr({mask:maskelement});
In that snippet, element
and maskelement
are two elements inside my svg.
Now I want to remove the mask. What would be the correct code that achieves this?