Commit 39bb919a by doszhang

dos

parent 9b568c37
......@@ -196,8 +196,7 @@ function bindUpload(that, ctx, myCanvas, index, callback, imgInfo) {
});
}
var drawImage = function (ctx, myCanvas, img, imgInfo) {
function drawImage(ctx, myCanvas, img, imgInfo) {
ctx.save();
ctx.clearRect(0, 0, myCanvas.width, myCanvas.height);
ctx.drawImage(black, 0, 0);
......
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