Commit 884700b5 by doszhang

dos

parent 6b3769d5
...@@ -288,7 +288,7 @@ function drawImage(ctx, myCanvas, img, imgInfo) { ...@@ -288,7 +288,7 @@ function drawImage(ctx, myCanvas, img, imgInfo) {
} }
function drawUserInfo(name, business, fontsize, fontweight) { function drawUserInfo(name, business, fontsize, fontweight) {
fontsize = fontsize * 2; // fontsize = fontsize * 2;
posterCtx.font = fontweight + ' ' + fontsize + 'px normal'; posterCtx.font = fontweight + ' ' + fontsize + 'px normal';
let { let {
idX, idX,
......
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