-
-
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
[Bug]: Google Chrome (v122) draws Patterns wrong #9638
Comments
probably related to #9414 |
if you disable hardware acceleration for a moment, does it work? |
No, it still bug like that. |
Our tests should pick this up if we run on the specified version I believe |
maybe we should add a weekly trigger to test, not that it will give us anything actionable apart from the ability to file bugs in browser trackers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CheckList
Version
5.0.0
In What environments are you experiencing the problem?
Chrome
Node Version (if applicable)
None
Link To Reproduction
http://fabricjs.com/patterns
Steps To Reproduce
Chrome version 122 draws rect Pattern of demo http://fabricjs.com/patterns wrong.
Likely relate to combination of translate, rotate, beginPath, closePath, and clip APIs of CanvasRenderingContext2d.
https://bugs.chromium.org/p/chromium/issues/detail?id=1520871#c3
Expected Behavior
In Chrome 121:
Actual Behavior
In Chrome 122:
Error Message & Stack Trace
No response
The text was updated successfully, but these errors were encountered: