Commit a6493fd6 by doszhang

dos

parent 76638b59
......@@ -258,6 +258,7 @@ var init = function () {
}
var drawImage = function () {
if (uploadedImg) {
ctx.save();
ctx.clearRect(0, 0, canvas.width, canvas.height);
ctx.fillStyle = "#ffffff";
ctx.fillRect(0, 0, canvas.width, canvas.height);
......
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