Commit 758cc6b2 by doszhang

dos

parent f32c7ff9
......@@ -285,7 +285,7 @@ function creatPoster() {
textObj.src = getManBase64(textCanvas);
textObj.onload = function() {
posterctx.drawImage(textObj,51,184,1050,1698);
posterctx.drawImage(textObj,60,154,1050,1698);
var src = getManBase64(posterCanvas);
$('#poster').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