|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
import { SRect, SSize, SPoint } from "@sybotan-web/base";
|
|
|
import SGraphyPolygonItem from './newItems/SGraphyPolygonItem.js'
|
|
|
-import SGraphyImgItem from './newItems/SGraphyImgItem.js'
|
|
|
+import { SGraphyImgItem } from './newItems/SGraphyImgItem.js'
|
|
|
import { SGraphyScene, SMouseEvent } from "@sybotan-web/graphy";
|
|
|
import { SPen, SPainter, SColor } from "@sybotan-web/draw";
|
|
|
import { dataItemPath, dataItem, dataSpaceItem, dataInterface, PolygonItemInterface, ImgItemInterface } from './dataType' //传入参数的参数接口类型
|