Open
Description
Safari finally added offscreen canvas support in v16.4 (released around April 23), at least with bitmaprenderer and 2D context support.
It might be worth to check, if we can free some mainthread cycles by using offscreen canvas in the canvas renderer and in the image addon. The webgl renderer is prolly not worth it (not high in the CPU books, also not yet supported by Safari).
Activity