Commit 29240f14 by doszhang

dos

parent f69ed793
......@@ -391,7 +391,7 @@ function createHeadimg() {
textObj.src = getManBase64(textCanvas);
textObj.onload = function() {
headimgctx.drawImage(textObj,30,-75,630,750);
headimgctx.drawImage(textObj,30,-65,630,750);
var src = getManBase64(headimgCanvas);
$('#headimg').attr('src',src);
......
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