Commit 912ec93b by doszhang

dos

parent d4193cac
......@@ -1143,7 +1143,7 @@ function flagTextDraw(ctx, content, fontsize, color, x, y, font = "normal") {
ctx.fillStyle = color;
ctx.fillText(lineArr[i], x, y + (lineNo * (fontsize + 10)));
if (i == lineArr.length - 1) {
lineTop = y + (lineNo * (fontsize + 10) + 5);
lineTop = y + (lineNo * (fontsize + 10)) + 10;
}
lineNo++;
}
......
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