mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix a particular routing issue
This commit is contained in:
parent
bc9f34e71e
commit
52445aeb68
2 changed files with 65 additions and 21 deletions
|
@ -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],
|
||||
]);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue