Commit 778e5714 by doszhang

dos

parent 5c9c223a
...@@ -278,7 +278,7 @@ function createHeadimg() { ...@@ -278,7 +278,7 @@ function createHeadimg() {
frameimg.onload = function() { frameimg.onload = function() {
headimgctx.save(); headimgctx.save();
headimgctx.drawImage(frameimg,0,0,headimgCanvas.width,headimgCanvas.height); //headimgctx.drawImage(frameimg,0,0,headimgCanvas.width,headimgCanvas.height);
headimgctx.restore(); headimgctx.restore();
headimgctx.save(); headimgctx.save();
......
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