Commit f0452ddf by doszhang

dos

parent 53261ab1
...@@ -280,7 +280,7 @@ function creatPoster() { ...@@ -280,7 +280,7 @@ function creatPoster() {
textCanvas = canvasinfo[0]; textCanvas = canvasinfo[0];
textctx = canvasinfo[1]; textctx = canvasinfo[1];
txtDraw(textctx, $('[name=customize]').val(), 50, 'normal', '#fff'); txtDraw(textctx, $('[name=customize]').val(), 50, 'normal', '#fff',51,184);
var textObj = new Image(); var textObj = new Image();
textObj.src = getManBase64(textCanvas); textObj.src = getManBase64(textCanvas);
......
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