roojs-core.js
[roojs1] / Roo / dialog / UploadCropbox.js
index 0ba4832..7bc78e3 100644 (file)
@@ -895,7 +895,8 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component,  {
                 }
 
                 context.fillStyle = 'white';
-                context.fillRect(0, 0, 1200, 800);
+                context.fillRect(0, 0, this.thumbEl.getWidth() / this.getScaleLevel(), this.thumbEl.getHeight() / this.getScaleLevel());
+
 
                 context.drawImage(imageCanvas, sx, sy, width, height, x, y, width, height);