Closed HongSiyuan closed 4 years ago
Good one! Yes, its extension of changes in 5.2.0 - MaskData object, i forgot to change that in pixi-projection. I will release new pixi-projection soon :)
Thanks a lot! :D
@ivanpopelyshev Hi,PIXI.Container
doesn't support PIXI.Sprite as mask after changing the code to the above.
could you help release new pixi-projection please. Thanks! :D
@HongSiyuan I published new version, can you please check it ? 0.3.7 npm or in dist
folder of this repo. I'm sorry I couldn't just fix it after your cry for help because, well, I support like 10 pixi plugins and I have huge tasks in main pixi repo.
@HongSiyuan I published new version, can you please check it ? 0.3.7 npm or in
dist
folder of this repo. I'm sorry I couldn't just fix it after your cry for help because, well, I support like 10 pixi plugins and I have huge tasks in main pixi repo.
It still dose not support PIXI.Sprite as mask after importing pixi-projection@0.3.7. If i change mask's attribute isSprite
to false, it works somehow, which, however, will causes another bugs.
:( ok, i did that without testing. need to actually test that thing
Hi, I'm using pixi-projection @0.36 in PIXI @5.2.0 recently. However, I found an error in the browser's console.
I saw the source code in the line 2014:
I tried to change the code to
It seems to work out, so I am confused whether it's a bug.