Commit b2bbb52b by doszhang

dos

parent d012d208
......@@ -452,7 +452,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color) {
ctx.fillText(contentArr[0] + contentArr[1], x, y);
x = 236;
y = 302;
y = 208;
x = x * 2;
y = y * 2;
ctx.fillText(contentArr[2] + contentArr[3], x, y);
......
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