bill 2 лет назад
Родитель
Сommit
353a4d20f7
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/graphic/Renderer/Draw.js

+ 0 - 1
src/graphic/Renderer/Draw.js

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