Eng: Unify the inclusion interface (#2426)
* Unify inclusion interface * Version bump + sample update
This commit is contained in:
parent
6977550b8d
commit
4e9c3bce9d
52 changed files with 272 additions and 236 deletions
|
@ -71,6 +71,10 @@ export class Transform {
|
|||
);
|
||||
}
|
||||
|
||||
applyToGlyph(g, alsoAnchors) {
|
||||
g.applyTransform(this, alsoAnchors);
|
||||
}
|
||||
|
||||
toString() {
|
||||
return `[[${this.xx} ${this.yx}] [${this.xy} ${this.yy}]] + [[${this.tx}] [${this.ty}]]`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue