浏览代码

'添加锚点移动V1'

zhangyu 5 年之前
父节点
当前提交
c4b58a6d83
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      saga-web-big/src/items/topology/STextMarkerItem.ts

+ 1 - 1
saga-web-big/src/items/topology/STextMarkerItem.ts

@@ -119,6 +119,6 @@ export class STextMarkerItem extends STextItem {
         painter.font = this.font;
         painter.scale(this.scaleX, this.scaleY);
         painter.rotate(this.rolate);
-        this.drawFormatText(painter);
+        this.drawFormatText();
     } // Function onDraw()
 } // Class STextMarkerItem