Fix a particular routing issue

This commit is contained in:
Mark Tolmacs 2025-04-21 14:56:36 +02:00
parent bc9f34e71e
commit 52445aeb68
2 changed files with 65 additions and 21 deletions

View file

@ -296,8 +296,8 @@ describe("elbow arrow ui", () => {
expect(arrow.points).toCloselyEqualPoints([
[0, 0],
[34.9292, 0],
[34.48768, 164.6246],
[34.7084, 0],
[34.7084, 164.6246],
[104.333, 164.6246],
]);
});