-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
canvas: Clear bitmap without transform #38286
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
Conversation
|
🔨 Triggering try run (#16539201649) for Linux (WPT) |
|
Test results for linux-wpt from try job (#16539201649): Flaky unexpected result (16)
Stable unexpected results that are known to be intermittent (21)
Stable unexpected results (4)
|
|
|
224cf18 to
8f81e0c
Compare
|
🔨 Triggering try run (#16541074129) for Linux (WPT) |
|
Test results for linux-wpt from try job (#16541074129): Flaky unexpected result (23)
Stable unexpected results that are known to be intermittent (19)
|
|
✨ Try run (#16541074129) succeeded. |
|
Why not remove the transform argument from the IPC message itself? |
We still need it when calling clearRect and we cannot apply transform on rect (because skew). |
mrobinson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense to me.
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
8f81e0c to
e0371ad
Compare
We only need to clear the viewport and with wrong transform this will not do.
Testing: Existing WPT tests