remove deprecated mutable drawing functions: scale, setXY
This commit is contained in:
@ -49,5 +49,9 @@ describe("HorizontalPosition", () => {
|
||||
],
|
||||
});
|
||||
});
|
||||
|
||||
it("should require one of align or offset", () => {
|
||||
expect(() => new HorizontalPosition({})).to.throw();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user