-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
requestAnimFrame + setDimensions = Flickering on selection background color #6112
Comments
I m not sure where the flickering is. I can't see the flicker at all. |
Can you try to describe the issue in a way i can replicate it? |
Here's a screen video of what's going on with the selection: I have this problem on Chrome + Firefox. |
you understand the communication problem is that the only english written text is the short title? Adding a more exhaustive description from the start would have been better. |
I have the same problem. |
yes is a bug and need a workaround. Continuos render cycle are not supported but i do not see why they should not work. |
Actually i think it makes sense, it's just because on renderAll, only the containerContext is being cleared. By adding a canvas.clearContext(canvas.getSelectionContext()), this fixes the issue: |
@ShaMan123 @asturur we're also seeing this issue, pls raise priority and/or help to hotfix. |
You can see it happens with free drawing as well. Here it's fixed: PRing in a moment |
Version
3.6.1
Test Case
https://jsfiddle.net/badabou/qxdnb0t4/6/
Information about environment
Chrome 79
Steps to reproduce
The text was updated successfully, but these errors were encountered: