Invert mask. Possible?

Is in possible to create invert mask, so it would hide overlapped content?
BlendMode.ERASE doesn’t work.

This could be done in the renderer but is not implemented currently

On the GL side I think it’s just a slightly different approach to creating the stencil buffer used for masking, I’m not sure off hand what the approach would be for software renderers