Mark Overhaul 1
This commit is contained in:
parent
59ea97bb7a
commit
ebfa808051
16 changed files with 393 additions and 275 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue