Commit 2cbcaf63 by doszhang

dos

parent c4c4eb6b
......@@ -398,12 +398,12 @@ function txtDraw(ctx, content, fontsize, fontweight, color) {
if(contentArr.length == 1)
{
x = 255;
y = 280;
y = 276;
}
else if(contentArr.length == 2)
{
x = 236;
y = 280;
y = 276;
}
x = x * 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