X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=b3be73aa08baf099559af3b0b7c1f7d1c1ff774a;hb=9757275fc7f87145a4bc992ba3a2520558d2708a;hp=4b6aef15cc4035cc83df015a147b1c2de87cfce2;hpb=0d3bfe6fa97a12a7866fdbaea339a9ea6253e0a3;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index 4b6aef15cc..b3be73aa08 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -69093,8 +69093,6 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component, { var scale = this.outputMaxWidth / canvas.width; canvas.width = canvas.width * scale; canvas.height = canvas.height * scale; - context.fillStyle = 'white'; - context.fillRect(0, 0, canvas.width - 100, canvas.height); context.scale(scale, scale); }