Commit 5260b6a7 by doszhang

dos

parent 5c0bdd17
......@@ -436,7 +436,7 @@ function bindUpload(that, ctx, myCanvas, index, callback, imgInfo) {
imgInfo.rotation = 0;
imgInfo.x = 0;
imgInfo.y = 0;
imgInfo.scale = 1;
imgInfo.scale = 2;
event.preventDefault();
var imgData = that.files[0];
EXIF.getData(imgData, function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment