Skip to content

Commit 1dd3260

Browse files
committed
Conflicts
1 parent 0671802 commit 1dd3260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/display/canvas.js

+1
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,7 @@ class CanvasGraphics {
10591059
// Vertical or horizontal scaling shall not be more than 2 to not lose the
10601060
// pixels during drawImage operation, painting on the temporary canvas(es)
10611061
// that are twice smaller in size.
1062+
10621063
const width = img.width;
10631064
const height = img.height;
10641065
let widthScale = Math.max(

0 commit comments

Comments
 (0)