I have an SVG and using a mask with a background color to show the SVG, Is there any property that i can use to invert the mask? eg. Normally the SVG-mask will hide anything that isn't already behind the SVG-content, How can I have that happen the other way around?
I would have thought that mask-composite would be the property to use here however it is not being recognised by the browser (Chrome)