Commit 6e69cee0 by doszhang

dos

parent 3ff5f3a2
...@@ -202,7 +202,7 @@ function createHeadimg() { ...@@ -202,7 +202,7 @@ function createHeadimg() {
headimgctx = canvasinfo[1]; headimgctx = canvasinfo[1];
headimgObj.onload = function() { headimgObj.onload = function() {
headimgctx.drawImage(headimgObj,5,3,headimgCanvas.width-8,headimgCanvas.height-8); headimgctx.drawImage(headimgObj,5,3,headimgCanvas.width-10,headimgCanvas.height-10);
var frameimg = new Image(); var frameimg = new Image();
frameimg.src = '/Public/static/image2/frame' + nowTemplate + '.png'; frameimg.src = '/Public/static/image2/frame' + nowTemplate + '.png';
......
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