@@ -176,7 +176,6 @@ export class SIconTextItem extends SObjectItem {
this.textItem.moveTo(17, -(this.textItem.height * 0.5));
this.moveable = true;
this.selectable = true;
- this.isTransform = false;
}
/**
@@ -54,7 +54,6 @@ export class SImageItem extends SObjectItem {
*/
constructor(parent: SGraphItem | null, url?: string) {
super(parent);
if (url) this.url = url;
} // Constructor
@@ -102,7 +102,6 @@ export class STextItem extends SObjectItem {
this._text = str;
this._font = new SFont("sans-serif", 12);
this.height = 12;