-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polyfill for the OffscreenCanvasRenderingContext2D.filter #32
Comments
Could you provide some reproduction please? Like a stackblitz or smth. else? Edit: ah, you mean the native OffscreenCanvas? That would be worth a try to proxy it there as well... |
Yes, the native OffscreenCanvas here |
@bekatan shipped with 0.3.17. |
I am using an offscreencanvas with a webworker in my drawing application and offscreenContext.filter = blur() is one of the effects. Any plans to support this?
The text was updated successfully, but these errors were encountered: