2020-03-23 16:38:41 -07:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`duplicate element on move when ALT is clicked rectangle 1`] = `
|
|
|
|
Object {
|
2020-04-02 17:40:26 +09:00
|
|
|
"angle": 0,
|
2020-03-23 16:38:41 -07:00
|
|
|
"backgroundColor": "transparent",
|
|
|
|
"fillStyle": "hachure",
|
|
|
|
"height": 50,
|
|
|
|
"id": "id1",
|
|
|
|
"isDeleted": false,
|
|
|
|
"opacity": 100,
|
|
|
|
"roughness": 1,
|
|
|
|
"seed": 453191,
|
|
|
|
"strokeColor": "#000000",
|
|
|
|
"strokeWidth": 1,
|
|
|
|
"type": "rectangle",
|
|
|
|
"version": 2,
|
|
|
|
"versionNonce": 1278240551,
|
|
|
|
"width": 30,
|
|
|
|
"x": 30,
|
|
|
|
"y": 20,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`duplicate element on move when ALT is clicked rectangle 2`] = `
|
|
|
|
Object {
|
2020-04-02 17:40:26 +09:00
|
|
|
"angle": 0,
|
2020-03-23 16:38:41 -07:00
|
|
|
"backgroundColor": "transparent",
|
|
|
|
"fillStyle": "hachure",
|
|
|
|
"height": 50,
|
|
|
|
"id": "id0",
|
|
|
|
"isDeleted": false,
|
|
|
|
"opacity": 100,
|
|
|
|
"roughness": 1,
|
|
|
|
"seed": 337897,
|
|
|
|
"strokeColor": "#000000",
|
|
|
|
"strokeWidth": 1,
|
|
|
|
"type": "rectangle",
|
|
|
|
"version": 3,
|
|
|
|
"versionNonce": 2019559783,
|
|
|
|
"width": 30,
|
|
|
|
"x": 0,
|
|
|
|
"y": 40,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`move element rectangle 1`] = `
|
|
|
|
Object {
|
2020-04-02 17:40:26 +09:00
|
|
|
"angle": 0,
|
2020-03-23 16:38:41 -07:00
|
|
|
"backgroundColor": "transparent",
|
|
|
|
"fillStyle": "hachure",
|
|
|
|
"height": 50,
|
|
|
|
"id": "id0",
|
|
|
|
"isDeleted": false,
|
|
|
|
"opacity": 100,
|
|
|
|
"roughness": 1,
|
|
|
|
"seed": 337897,
|
|
|
|
"strokeColor": "#000000",
|
|
|
|
"strokeWidth": 1,
|
|
|
|
"type": "rectangle",
|
|
|
|
"version": 3,
|
|
|
|
"versionNonce": 401146281,
|
|
|
|
"width": 30,
|
|
|
|
"x": 0,
|
|
|
|
"y": 40,
|
|
|
|
}
|
|
|
|
`;
|