Closed nilsdoehring closed 7 years ago
Thanks for the bug report and the repro case. There were some changes and optimizations for masks, so probably something went wrong. i will fix it over the weekend!
This issue is fixed in 8bc2d57c1d1776d700af63ba801fc9769d8c203d
I'm still working on another issue. Once this other issue is resolved too i will probably an updated version for StageXL 1.2. I will keep you posted.
Fix released with StageXL 1.2.0+3
Hi Bernhard,
I've noticed an error introduced between 1.1.0+1 and 1.2.0 that occurs when a filter is used on an object that has a mask applied inside one of its children. RenderMode is WebGL.
Code for reproducing the error:
If the mask and filter are on the same 'hierarchy', then no error is thrown and everything renders fine. It doesn't matter which kind of filter or mask is used.
Stacktrace (happens in each frame):
Thanks!