Browse Source

添加绘制相关类

bill 2 years ago
parent
commit
353a4d20f7
1 changed files with 0 additions and 1 deletions
  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();
   }