We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ff66e commit 0aff29aCopy full SHA for 0aff29a
src/browser/client-scripts/index.js
@@ -79,7 +79,7 @@ function prepareScreenshotUnsafe(areas, opts) {
79
top: util.getScrollTop(scrollElem),
80
width: viewportWidth,
81
height: viewportHeight
82
- }),
+ }).round(),
83
pixelRatio = configurePixelRatio(opts.usePixelRatio),
84
rect,
85
selectors = [];
0 commit comments