Hi there,
I'm using pixi 3.0.3, and I'm creating a mask using a line
https://jsfiddle.net/4b2v1amy/
Copying that code in the examples page http://pixijs.github.io/examples/index.html?s=demos&f=masking.js&title=Masking&v=v3.0.3 runs great in every browser supporting webGL. The expected result is shown in the followingimage
But if I force the renderer to canvas (or disabling webGL in the browser), the result is the one seen in the attached image Line mask pixi 3.0.3 canvas. The mask isn't shown.
Can anyone point me out if this is a bug of pixi?
Thank you
PS: I'd prefer not moving the mask to a polygon, since the mask evolves with the time and will make the geometry too complex.