Commit 2f4391f1 by doszhang

dos

parent 5d5a2b25
......@@ -891,8 +891,7 @@ function flagTextDraw(ctx, content, fontsize, color, x, y) {
ctx.fillText(lineArr[i], x, y + (lineNo * (fontsize + 10)));
lineNo++;
if (i == lineArr.length - 1) {
lineTop = y + (lineNo * (fontsize + 10)) + 20;
lineTop = 0;
lineTop = y + (lineNo * (fontsize + 10)) - 4;
}
}
}
......
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