We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1668993 commit 696969dCopy full SHA for 696969d
1 file changed
web/pdf_page_view.js
@@ -1118,6 +1118,8 @@ class PDFPageView extends BasePDFPageView {
1118
const { outputScale } = this;
1119
this.#hasRestrictedScaling = this.#needsRestrictedScaling;
1120
1121
+ this.currentCanvasWidth = width * outputScale.sx;
1122
+
1123
const sfx = approximateFraction(outputScale.sx);
1124
const sfy = approximateFraction(outputScale.sy);
1125
0 commit comments