X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-ui-debug.js;h=c9b83ff0a14da9c3e3ae976c6282b2f130c22309;hb=9757275fc7f87145a4bc992ba3a2520558d2708a;hp=76f9a1e9f4230f04afe4dc9014c208b62c514e8a;hpb=0d3bfe6fa97a12a7866fdbaea339a9ea6253e0a3;p=roojs1 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 76f9a1e9f4..c9b83ff0a1 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -44601,8 +44601,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); }