Commit 2a4c4863 by doszhang

dos

parent 21c02ca4
......@@ -881,7 +881,7 @@ function flagTextDraw(ctx, content, fontsize, color, x, y) {
for (let i = 0; i < lineArr.length; i++) {
ctx.font = fontsize + 'px normal';
ctx.fillStyle = color;
ctx.fillText(lineArr[i], x, y + fontsize + 10);
ctx.fillText(lineArr[i], x, y + (lineNo * fontsize) + 10);
}
}
}
......
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