Commit d57ae9fd by doszhang

dos

parent 37d07b59
......@@ -285,7 +285,7 @@ function creatPoster() {
textObj.src = getManBase64(textCanvas);
textObj.onload = function() {
posterctx.drawImage(textObj,67,104,1050,1998);
posterctx.drawImage(textObj,67,104,1050,2020);
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