Commit e5647d75 by doszhang

dos

parent 84589b88
...@@ -883,7 +883,7 @@ function flagTextDraw(ctx, content, fontsize, color, x, y) { ...@@ -883,7 +883,7 @@ function flagTextDraw(ctx, content, fontsize, color, x, y) {
ctx.font = fontsize + 'px normal'; ctx.font = fontsize + 'px normal';
ctx.fillStyle = color; ctx.fillStyle = color;
ctx.fillText(content, x, y); ctx.fillText(content, x, y);
lineTop = y - 2; lineTop = y - 8;
} else { } else {
let lineArr = []; let lineArr = [];
let lineNo = 0; let lineNo = 0;
......
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