|
@@ -26,6 +26,7 @@
|
|
|
|
|
|
import { SGraphItem, SAnchorItem } from "@persagy-web/graph/lib";
|
|
|
import { Legend } from "@persagy-web/big-edit";
|
|
|
+import { ItemOrder } from "@persagy-web/big";
|
|
|
import { SBaseIconTextEdit, SBaseTextEdit } from "@persagy-web/edit";
|
|
|
import { svgTobase64, uuid } from "@persagy-web/big-edit/lib/until";
|
|
|
/**
|
|
@@ -78,6 +79,8 @@ export class SPlanEquipment extends SBaseIconTextEdit {
|
|
|
*/
|
|
|
constructor(parent: SGraphItem | null, data: Legend) {
|
|
|
super(parent);
|
|
|
+ this.zOrder = 9800;
|
|
|
+ this.isTransform = false;
|
|
|
const textItem = new SBaseTextEdit(this, null);
|
|
|
textItem.text = "";
|
|
|
textItem.font.size = 12;
|