Commit f60ccc88 by doszhang

dos

parent ba4b55a7
......@@ -391,7 +391,7 @@ function createHeadimg() {
textObj.src = getManBase64(textCanvas);
textObj.onload = function() {
headimgctx.drawImage(textObj,40,-65,600,750);
headimgctx.drawImage(textObj,50,-65,600,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