You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's expected, the implementation of the drop shadow is not performant on all devices. If someone wants to work on a more performant version of this and other filters, PixiJS is willing to pay for this work!
DropShadowFilter uses KawaseBlurFilter as faster alternative to BlurFilter, but in reality KawaseBlurFilter is MUCH slower than BlurFilter (on iPhone at least).
Steps to reproduce:
I checked it on few devices and all of them have the same problem.
The text was updated successfully, but these errors were encountered: