Commit 94625f45 by doszhang

dos

parent 0922f427
......@@ -329,7 +329,6 @@ function getX(name, business) {
}
function txtDraw(ctx, content, color, x, y) {
fontsize = fontsize * 2;
ctx.fillStyle = color;
ctx.fillText(content, 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