diff --git a/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap b/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap index 9ffb97128..7b249da27 100644 --- a/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap +++ b/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap @@ -7348,8 +7348,8 @@ exports[`history > multiplayer undo/redo > should iterate through the history wh "updated": 1, "version": 7, "width": 10, - "x": -10, - "y": -10, + "x": 0, + "y": 0, } `; @@ -7422,8 +7422,8 @@ History { "strokeWidth": 2, "type": "arrow", "width": 10, - "x": -10, - "y": -10, + "x": 0, + "y": 0, }, "inserted": { "isDeleted": true, @@ -12138,8 +12138,8 @@ exports[`history > singleplayer undo/redo > should create entry when selecting f "updated": 1, "version": 3, "width": 10, - "x": 10, - "y": 10, + "x": -10, + "y": -10, } `; @@ -12192,8 +12192,8 @@ exports[`history > singleplayer undo/redo > should create entry when selecting f "updated": 1, "version": 5, "width": 50, - "x": 60, - "y": 0, + "x": 40, + "y": -20, } `; @@ -12246,8 +12246,8 @@ exports[`history > singleplayer undo/redo > should create entry when selecting f "updated": 1, "version": 4, "width": 50, - "x": 150, - "y": -10, + "x": 130, + "y": -30, } `; @@ -12301,8 +12301,8 @@ History { "strokeWidth": 2, "type": "rectangle", "width": 10, - "x": 10, - "y": 10, + "x": -10, + "y": -10, }, "inserted": { "isDeleted": true, @@ -12387,8 +12387,8 @@ History { "strokeWidth": 2, "type": "freedraw", "width": 50, - "x": 150, - "y": -10, + "x": 130, + "y": -30, }, "inserted": { "isDeleted": true,