Commit cb927197 by doszhang

dos

parent f79e8e29
...@@ -451,7 +451,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color, cx=0, cy=0) { ...@@ -451,7 +451,7 @@ function txtDraw(ctx, content, fontsize, fontweight, color, cx=0, cy=0) {
else if(contentArr.length == 2) else if(contentArr.length == 2)
{ {
x = 236+cx; x = 236+cx;
y = 276+cy+cx; y = 276+cy;
x = x * 2; x = x * 2;
y = y * 2; y = y * 2;
fontsize = fontsize * 2; fontsize = fontsize * 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