Commit 58156e18 by doszhang

dos

parent 351e1185
......@@ -398,7 +398,7 @@ function txtDraw(ctx, content, x, y, fontsize, fontweight, color) {
ctx.fillStyle = color;
ctx.fillText(content, cx, y);
ctx.fillText(content, x, y);
// var contentArr = content.split('');
......
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