Commit c69e776c by doszhang

dos

parent a02d8c10
...@@ -442,7 +442,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color) { ...@@ -442,7 +442,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color) {
else if(contentArr.length == 4) else if(contentArr.length == 4)
{ {
x = 236; x = 236;
y = 259; y = 255;
x = x * 2; x = x * 2;
y = y * 2; y = y * 2;
fontsize = fontsize * 2; fontsize = fontsize * 2;
...@@ -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 = 230; x = 236;
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