Commit 3ff5f3a2 by doszhang

dos

parent d95fb59e
......@@ -202,7 +202,7 @@ function createHeadimg() {
headimgctx = canvasinfo[1];
headimgObj.onload = function() {
headimgctx.drawImage(headimgObj,3,3,headimgCanvas.width-6,headimgCanvas.height-6);
headimgctx.drawImage(headimgObj,5,3,headimgCanvas.width-8,headimgCanvas.height-8);
var frameimg = new Image();
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