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
Use viewport instead of initial viewport in screenshot algorithms
The screenshot algorithms reference the initial viewport when
computing framebuffer bounds. If the browser window is resized
after the document loads, this can lead to incorrect clipping.
Update the algorithms to reference the viewport instead.
Fixes#1947
0 commit comments