Commit 9e62790c by doszhang

dos

parent 3b359cd3
......@@ -285,7 +285,7 @@ function creatPoster() {
textObj.src = getManBase64(textCanvas);
textObj.onload = function() {
posterctx.drawImage(textObj,67,-70,1050,2070);
posterctx.drawImage(textObj,67,-85,1050,2070);
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