Commit 351e1185 by doszhang

dos

parent 56859dc6
......@@ -279,7 +279,7 @@ function createHeadimg() {
frameimg.onload = function() {
headimgctx.drawImage(frameimg,0,0,headimgCanvas.width,headimgCanvas.height);
txtDraw(headimgctx, $('[name=customize]').val(), 325, 445, 41, 'normal', '#fff');
txtDraw(headimgctx, $('[name=customize]').val(), 0, 0, 41, 'normal', '#fff');
$('#headimg').attr('src',getManBase64(headimgCanvas));
......
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