Commit 8e0e8f84 by doszhang

dos

parent aaee24cc
...@@ -451,7 +451,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color) { ...@@ -451,7 +451,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color) {
ctx.fillStyle = color; ctx.fillStyle = color;
ctx.fillText(contentArr[0] + contentArr[1], x, y); ctx.fillText(contentArr[0] + contentArr[1], x, y);
x = 236; x = 233;
y = 295; y = 295;
x = x * 2; x = x * 2;
y = y * 2; y = y * 2;
......
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