Commit 76d60e87 by doszhang

dos

parent 9e1f6533
......@@ -471,10 +471,11 @@ function bindUpload(that, ctx, myCanvas, index, callback, imgInfo) {
}
console.log(img);
drawImage(ctx, myCanvas, img, imgInfo);
callback(img);
}
img.src = URL.createObjectURL(imgData);
callback(img);
});
}
......
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