I’m using pixi v7.3.3 and trying to mask a Graphics object with another masked Graphics object, but it doesn’t get rendered and no error messages are issued.
I create a pixi Graphics object, mask it with another Graphics object, add them both into a Container, add it to the stage and use it to mask yet another Graphics object. As far as I understand, this should result in the last object being masked, but instead none of them gets rendered. If I disable the masking, it shows that all objects are on the stage.
So my main question is: am I doing it wrong or is this feature just not implemented.
I created a pixiplayground to showcase this issue(uncomment line 49): https://www.pixiplayground.com/#/edit/2ipECggOxAmmvU8o6emmA