Commit ccf48462 by doszhang

dos

parent 377e8c37
......@@ -878,7 +878,7 @@ function flagTextDraw(ctx, content, fontsize, color, x, y) {
ctx.font = fontsize + 'px normal';
ctx.fillStyle = color;
ctx.fillText(content, x, y);
lineTop = y + 5;
lineTop = y - 12;
} else {
let lineArr = [];
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