Commit 88ecd802 by doszhang

dos

parent 765d536b
...@@ -538,7 +538,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color, cx=0, cy=0) { ...@@ -538,7 +538,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color, cx=0, cy=0) {
ctx.fillText(contentArr[0] + contentArr[1], x, y); ctx.fillText(contentArr[0] + contentArr[1], x, y);
x = 255+cx; x = 255+cx;
y = 295+cy; y = 290+cy;
x = x * 2; x = x * 2;
y = y * 2; y = y * 2;
ctx.fillText(contentArr[2], x, y); ctx.fillText(contentArr[2], x, y);
...@@ -556,7 +556,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color, cx=0, cy=0) { ...@@ -556,7 +556,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color, cx=0, cy=0) {
ctx.fillText(contentArr[0] + contentArr[1], x, y); ctx.fillText(contentArr[0] + contentArr[1], x, y);
x = 236+cx; x = 236+cx;
y = 295+cy; y = 290+cy;
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