Commit 5d5a2b25 by doszhang

dos

parent ae7852d4
......@@ -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 - 6;
lineTop = y - 4;
} 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