Commit 55455490 by doszhang

dos

parent 28af269c
......@@ -1057,6 +1057,9 @@ function flagTextDraw(ctx, content, fontsize, color, x, y, font = "normal") {
} else {
lineArr.push(res);
res = content[i];
if (i == content.length - 1) {
lineArr.push(res);
}
nowLen = 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