Commit 6b87398f by doszhang

dos

parent c1c7c587
...@@ -194,7 +194,7 @@ function createHeadimg() { ...@@ -194,7 +194,7 @@ function createHeadimg() {
headimgctx = canvasinfo[1]; headimgctx = canvasinfo[1];
headimgObj.onload = function() { headimgObj.onload = function() {
headimgctx.drawImage(headimgObj,3,3,headimgCanvas.width,headimgCanvas.height); headimgctx.drawImage(headimgObj,3,3,headimgCanvas.width-6,headimgCanvas.height-6);
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