remove deprecated mutable drawing functions: scale, setXY

This commit is contained in:
Tom Hunkapiller
2021-05-24 09:25:52 +03:00
parent 56eecef1a8
commit a56119e7cd
12 changed files with 12 additions and 53 deletions

View File

@ -49,5 +49,9 @@ describe("HorizontalPosition", () => {
],
});
});
it("should require one of align or offset", () => {
expect(() => new HorizontalPosition({})).to.throw();
});
});
});