1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2022-02-16 20:45:38 +01:00
parent b6ca439441
commit cbf258bb6e
254 changed files with 2759 additions and 2567 deletions

View file

@ -53,8 +53,8 @@ it("Should offset a curve where cp2 = end", () => {
.close();
a.paths.offset = a.paths.curve.offset(10);
pattern.render();
expect(round(a.paths.offset.bottomRight.x)).to.equal(119.86);
expect(round(a.paths.offset.bottomRight.y)).to.equal(43.49);
expect(round(a.paths.offset.bottomRight.x)).to.equal(119.26);
expect(round(a.paths.offset.bottomRight.y)).to.equal(43.27);
});
it("Should throw error when offsetting line that is no line", () => {