Commit 53261ab1 by doszhang

dos

parent 68d771c6
......@@ -285,7 +285,7 @@ function creatPoster() {
textObj.src = getManBase64(textCanvas);
textObj.onload = function() {
posterctx.drawImage(textObj,276*2,260*2,387*2,387*2);
posterctx.drawImage(textObj,51*2,184*2,387*2,387*2);
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