Commit f69ed793 by doszhang

dos

parent 17584332
......@@ -391,7 +391,7 @@ function createHeadimg() {
textObj.src = getManBase64(textCanvas);
textObj.onload = function() {
headimgctx.drawImage(textObj,20,-75,630,750);
headimgctx.drawImage(textObj,30,-75,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