Commit a02d8c10 by doszhang

dos

parent 8e0e8f84
...@@ -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 = 233; x = 230;
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