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
I'm checking out fabricjs these days for a project we're planning to do. While experimenting with Fabric and Chrome DevTools, I came across following.
It appears that canvas.renderAll is running multiple times per browser render frame. It's triggered by the mouse event. I tried adding the following hack and the frame rate increased a bit.
Hi,
I'm checking out fabricjs these days for a project we're planning to do. While experimenting with Fabric and Chrome DevTools, I came across following.
It appears that canvas.renderAll is running multiple times per browser render frame. It's triggered by the mouse event. I tried adding the following hack and the frame rate increased a bit.
Is it possible to improve FabricJS performance when using mouse events this way? Thanks.
The text was updated successfully, but these errors were encountered: