@@ -1,6 +1,5 @@
import { SObjectItem } from "./SObjectItem";
import { SGraphyItem } from "@saga-web/graphy/lib";
-import { ImageData } from "../types/ImageData";
import { SPainter, SRect } from "@saga-web/draw/lib";
/**
@@ -0,0 +1,11 @@
+import { SGraphyItem } from "@saga-web/graphy/lib";
+import { SLine, SPainter, SPoint } from "@saga-web/draw/lib";
+import { SMouseEvent } from "@saga-web/base";
+import { SMathUtil } from "../utils/SMathUtil";
+
+/**
+ * 直线item
+ *
+ * */
+export class SPolylineItem extends SGraphyItem {} // Class SPolylineItem