-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix transform desync #16363
Fix transform desync #16363
Conversation
Could you add a render test? |
You can test this PR using the following package version. |
… into fixes/transformDesync
… into fixes/transformDesync
@kekekeks I added some tests. At first, I tried to add some cross-tests but couldn't reproduce the issue. Then I added the original sample as a render test and the issue showed up. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
What does the pull request do?
This PR makes sure the platform drawing context always has the same total matrix as the drawing context wrapper. Otherwise, some drawing operations might see the wrong total matrix.
It is unknown why this happens
What is the current behavior?
What is the updated/expected behavior with this PR?
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues
Fixes: #16337
Fixes: #16610