excalidraw/packages/excalidraw/tests
Márk Tolmács ba8c09d529
fix: Incorrect point offsetting in LinearElementEditor.movePoints() (#8145)
The LinearElementEditor.movePoints() function incorrectly calculates the offset for local linear element points when multiple targetPoints are provided, one of those target points is index === 0 AND the other points are moved in the negative direction, and ending up with negative local coordinates.

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-06-28 12:23:10 +02:00
..
__snapshots__ feat: editable element stats (#6382) 2024-06-12 19:49:46 +02:00
data fix: flaky snapshot tests with floating point precision issues (#8049) 2024-05-23 11:51:01 +02:00
fixtures build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
helpers feat: editable element stats (#6382) 2024-06-12 19:49:46 +02:00
packages build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
queries build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
scene build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
actionStyles.test.tsx build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
align.test.tsx build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
App.test.tsx fix: split renderScene so that locales aren't imported unnecessarily (#7718) 2024-02-27 10:37:44 +05:30
appState.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
binding.test.tsx feat: Allow binding only via linear element ends (#7946) 2024-05-02 08:32:12 +02:00
charts.test.tsx build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
clients.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
clipboard.test.tsx feat: paste as mermaid if applicable (#8116) 2024-06-11 19:19:22 +02:00
contextmenu.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
dragCreate.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
elementLocking.test.tsx build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
excalidraw.test.tsx feat: add "toggle grid" to command palette (#7887) 2024-04-13 19:12:29 +02:00
export.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
fitToContent.test.tsx build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
flip.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
fractionalIndex.test.ts fix: always re-generate index of defined moved elements (#8040) 2024-05-20 23:23:42 +02:00
geometricAlgebra.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
history.test.tsx fix: undo/redo when exiting view mode (#8024) 2024-05-19 15:54:52 +02:00
library.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
linearElementEditor.test.tsx fix: Incorrect point offsetting in LinearElementEditor.movePoints() (#8145) 2024-06-28 12:23:10 +02:00
MermaidToExcalidraw.test.tsx feat: paste as mermaid if applicable (#8116) 2024-06-11 19:19:22 +02:00
move.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
multiPointCreate.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
regressionTests.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
resize.test.tsx feat: text wrapping (#7999) 2024-05-15 21:04:53 +08:00
rotate.test.tsx build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
scroll.test.tsx build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
selection.test.tsx fix: split renderScene so that locales aren't imported unnecessarily (#7718) 2024-02-27 10:37:44 +05:30
shortcuts.test.tsx build: Welcome ESM and Bye Bye UMD (#7441) 2024-01-01 20:18:44 +05:30
test-utils.ts fix: flaky snapshot tests with floating point precision issues (#8049) 2024-05-23 11:51:01 +02:00
tool.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
utils.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
viewMode.test.tsx build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
zindex.test.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30