Mark Overhaul 1

This commit is contained in:
be5invis 2023-04-19 00:25:25 -07:00
parent 59ea97bb7a
commit ebfa808051
16 changed files with 393 additions and 275 deletions

View file

@ -182,6 +182,10 @@ export class Glyph {
this.baseAnchors[id] = new Anchor(mbx, mby).transform(this.gizmo);
}
}
clearAnchors() {
this.baseAnchors = {};
this.markAnchors = {};
}
deleteBaseAnchor(id) {
delete this.baseAnchors[id];
}