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
The trace image is stretched and kinda smeared. Also the <canvas> border appears doubled, there's a blue background where none is specified, and theres a horizontal line below the canvas that isn't in the HTML.
I found a fix for the stretching in #33575. The blue background and horizontal line are highlighters that appear because the expect.toHaveTitle step is selected, that's expected.
Let's discuss tonight what we think about the canvas in background case.
Version
1.49.0-alpha-2024-11-12
Steps to reproduce
Filing this at the request of @Skn0tt per our conversation in feat(trace viewer): show Screenshot instead of Snapshot
Clone the repo at https://github.com/craigglennie/playwright-canvas-bug-repro and follow the instructions to run the test.
Expected behavior
Trace screenshots should look like the webpage
Expected the following
Actual behavior
The trace image is stretched and kinda smeared. Also the
<canvas>
border appears doubled, there's a blue background where none is specified, and theres a horizontal line below the canvas that isn't in the HTML.Get the following
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: