@@ -547,7 +547,6 @@ export default class Draw {
} else {
ctx.fillText(txt, pt.x, pt.y);
}
- this.drawPoint(position)
ctx.restore();