Commit 705f3610 by doszhang

dos

parent f9d5c56f
...@@ -325,7 +325,7 @@ function drawNum() { ...@@ -325,7 +325,7 @@ function drawNum() {
} }
function drawUserInfo(name, business, fontsize, fontweight) { function drawUserInfo(name, business, fontsize, fontweight) {
fontsize = fontsize * 2; fontsize = fontsize * 4;
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