mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix snapshots
This commit is contained in:
parent
2114a799af
commit
453390b188
1 changed files with 14 additions and 14 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue