fix snapshots

This commit is contained in:
dwelle 2025-04-18 11:07:25 +02:00
parent 2114a799af
commit 453390b188

View file

@ -7348,8 +7348,8 @@ exports[`history > multiplayer undo/redo > should iterate through the history wh
"updated": 1, "updated": 1,
"version": 7, "version": 7,
"width": 10, "width": 10,
"x": -10, "x": 0,
"y": -10, "y": 0,
} }
`; `;
@ -7422,8 +7422,8 @@ History {
"strokeWidth": 2, "strokeWidth": 2,
"type": "arrow", "type": "arrow",
"width": 10, "width": 10,
"x": -10, "x": 0,
"y": -10, "y": 0,
}, },
"inserted": { "inserted": {
"isDeleted": true, "isDeleted": true,
@ -12138,8 +12138,8 @@ exports[`history > singleplayer undo/redo > should create entry when selecting f
"updated": 1, "updated": 1,
"version": 3, "version": 3,
"width": 10, "width": 10,
"x": 10, "x": -10,
"y": 10, "y": -10,
} }
`; `;
@ -12192,8 +12192,8 @@ exports[`history > singleplayer undo/redo > should create entry when selecting f
"updated": 1, "updated": 1,
"version": 5, "version": 5,
"width": 50, "width": 50,
"x": 60, "x": 40,
"y": 0, "y": -20,
} }
`; `;
@ -12246,8 +12246,8 @@ exports[`history > singleplayer undo/redo > should create entry when selecting f
"updated": 1, "updated": 1,
"version": 4, "version": 4,
"width": 50, "width": 50,
"x": 150, "x": 130,
"y": -10, "y": -30,
} }
`; `;
@ -12301,8 +12301,8 @@ History {
"strokeWidth": 2, "strokeWidth": 2,
"type": "rectangle", "type": "rectangle",
"width": 10, "width": 10,
"x": 10, "x": -10,
"y": 10, "y": -10,
}, },
"inserted": { "inserted": {
"isDeleted": true, "isDeleted": true,
@ -12387,8 +12387,8 @@ History {
"strokeWidth": 2, "strokeWidth": 2,
"type": "freedraw", "type": "freedraw",
"width": 50, "width": 50,
"x": 150, "x": 130,
"y": -10, "y": -30,
}, },
"inserted": { "inserted": {
"isDeleted": true, "isDeleted": true,