Commit 446c1105 by doszhang

dos

parent 91c7d659
...@@ -470,6 +470,7 @@ function bindUpload(that, ctx, myCanvas, index, callback, imgInfo) { ...@@ -470,6 +470,7 @@ function bindUpload(that, ctx, myCanvas, index, callback, imgInfo) {
width = objectImg.height; width = objectImg.height;
height = objectImg.width; height = objectImg.width;
} }
console.log(objectImg);
drawImage(ctx, myCanvas, objectImg, imgInfo); drawImage(ctx, myCanvas, objectImg, imgInfo);
} }
}); });
......
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