Commit 154418f7 by doszhang

dos

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