haojianlong пре 5 година
родитељ
комит
f68409aeff
2 измењених фајлова са 11 додато и 1 уклоњено
  1. 0 1
      saga-web-big/src/items/SImageItem.ts
  2. 11 0
      saga-web-big/src/items/SPolylineItem.ts

+ 0 - 1
saga-web-big/src/items/SImageItem.ts

@@ -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";
 
 /**

+ 11 - 0
saga-web-big/src/items/SPolylineItem.ts

@@ -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