Commit d14f4e4b by doszhang

dos

parent 70808d06
......@@ -303,11 +303,11 @@ function drawNum() {
let numX = text1X + text1Width + 10;
let text2X = numX + numWidth + 6;
txtDraw(posterCtx, window.num, numX, 557);
txtDraw(posterCtx, window.num, '#fff', numX, 557);
posterCtx.font = 'normal ' + '24px normal';
txtDraw(posterCtx, text1, text1X, 557);
txtDraw(posterCtx, text2, text2X, 557);
txtDraw(posterCtx, text1, '#fff', text1X, 557);
txtDraw(posterCtx, text2, '#fff', text2X, 557);
}
function drawUserInfo(name, business, fontsize, fontweight) {
......
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