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
In my application the user is able to add animated arrows to the canvas. To create the moving arrow I used the approach showed in Animating polygon points demo.
However while the animation is on the canvas, free hand drawing preview is no longer visible (or flashing occasionally). I assume this is because the canvas is continuously redrawn? To reproduce this, you can just use the Animating polygon points demo on fabric site and enable isDrawingMode on the canvas. I am using Chrome.
Is there a way to avoid this problem?
The text was updated successfully, but these errors were encountered:
In my application the user is able to add animated arrows to the canvas. To create the moving arrow I used the approach showed in Animating polygon points demo.
However while the animation is on the canvas, free hand drawing preview is no longer visible (or flashing occasionally). I assume this is because the canvas is continuously redrawn? To reproduce this, you can just use the Animating polygon points demo on fabric site and enable isDrawingMode on the canvas. I am using Chrome.
Is there a way to avoid this problem?
The text was updated successfully, but these errors were encountered: