// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`restoreElements > should restore arrow element correctly 1`] = ` { "angle": 0, "backgroundColor": "transparent", "boundElements": [], "endArrowhead": null, "endBinding": null, "fillStyle": "solid", "frameId": null, "groupIds": [], "height": 100, "id": "id-arrow01", "isDeleted": false, "lastCommittedPoint": null, "link": null, "locked": false, "opacity": 100, "points": [ [ 0, 0, ], [ 100, 100, ], ], "roughness": 1, "roundness": { "type": 2, }, "seed": Any, "startArrowhead": null, "startBinding": null, "strokeColor": "#1e1e1e", "strokeStyle": "solid", "strokeWidth": 2, "type": "arrow", "updated": 1, "version": 1, "versionNonce": 0, "width": 100, "x": 0, "y": 0, } `; exports[`restoreElements > should restore correctly with rectangle, ellipse and diamond elements 1`] = ` { "angle": 0, "backgroundColor": "blue", "boundElements": [], "fillStyle": "cross-hatch", "frameId": null, "groupIds": [ "1", "2", "3", ], "height": 200, "id": "1", "isDeleted": false, "link": null, "locked": false, "opacity": 10, "roughness": 2, "roundness": { "type": 3, }, "seed": Any, "strokeColor": "red", "strokeStyle": "dashed", "strokeWidth": 2, "type": "rectangle", "updated": 1, "version": 1, "versionNonce": 0, "width": 100, "x": 10, "y": 20, } `; exports[`restoreElements > should restore correctly with rectangle, ellipse and diamond elements 2`] = ` { "angle": 0, "backgroundColor": "blue", "boundElements": [], "fillStyle": "cross-hatch", "frameId": null, "groupIds": [ "1", "2", "3", ], "height": 200, "id": "2", "isDeleted": false, "link": null, "locked": false, "opacity": 10, "roughness": 2, "roundness": { "type": 3, }, "seed": Any, "strokeColor": "red", "strokeStyle": "dashed", "strokeWidth": 2, "type": "ellipse", "updated": 1, "version": 1, "versionNonce": 0, "width": 100, "x": 10, "y": 20, } `; exports[`restoreElements > should restore correctly with rectangle, ellipse and diamond elements 3`] = ` { "angle": 0, "backgroundColor": "blue", "boundElements": [], "fillStyle": "cross-hatch", "frameId": null, "groupIds": [ "1", "2", "3", ], "height": 200, "id": "3", "isDeleted": false, "link": null, "locked": false, "opacity": 10, "roughness": 2, "roundness": { "type": 3, }, "seed": Any, "strokeColor": "red", "strokeStyle": "dashed", "strokeWidth": 2, "type": "diamond", "updated": 1, "version": 1, "versionNonce": 0, "width": 100, "x": 10, "y": 20, } `; exports[`restoreElements > should restore freedraw element correctly 1`] = ` { "angle": 0, "backgroundColor": "transparent", "boundElements": [], "fillStyle": "solid", "frameId": null, "groupIds": [], "height": 0, "id": "id-freedraw01", "isDeleted": false, "lastCommittedPoint": null, "link": null, "locked": false, "opacity": 100, "points": [], "pressures": [], "roughness": 1, "roundness": { "type": 3, }, "seed": Any, "simulatePressure": true, "strokeColor": "#1e1e1e", "strokeStyle": "solid", "strokeWidth": 2, "type": "freedraw", "updated": 1, "version": 1, "versionNonce": 0, "width": 0, "x": 0, "y": 0, } `; exports[`restoreElements > should restore line and draw elements correctly 1`] = ` { "angle": 0, "backgroundColor": "transparent", "boundElements": [], "endArrowhead": null, "endBinding": null, "fillStyle": "solid", "frameId": null, "groupIds": [], "height": 100, "id": "id-line01", "isDeleted": false, "lastCommittedPoint": null, "link": null, "locked": false, "opacity": 100, "points": [ [ 0, 0, ], [ 100, 100, ], ], "roughness": 1, "roundness": { "type": 2, }, "seed": Any, "startArrowhead": null, "startBinding": null, "strokeColor": "#1e1e1e", "strokeStyle": "solid", "strokeWidth": 2, "type": "line", "updated": 1, "version": 1, "versionNonce": 0, "width": 100, "x": 0, "y": 0, } `; exports[`restoreElements > should restore line and draw elements correctly 2`] = ` { "angle": 0, "backgroundColor": "transparent", "boundElements": [], "endArrowhead": null, "endBinding": null, "fillStyle": "solid", "frameId": null, "groupIds": [], "height": 100, "id": "id-draw01", "isDeleted": false, "lastCommittedPoint": null, "link": null, "locked": false, "opacity": 100, "points": [ [ 0, 0, ], [ 100, 100, ], ], "roughness": 1, "roundness": { "type": 2, }, "seed": Any, "startArrowhead": null, "startBinding": null, "strokeColor": "#1e1e1e", "strokeStyle": "solid", "strokeWidth": 2, "type": "line", "updated": 1, "version": 1, "versionNonce": 0, "width": 100, "x": 0, "y": 0, } `; exports[`restoreElements > should restore text element correctly passing value for each attribute 1`] = ` { "angle": 0, "backgroundColor": "transparent", "baseline": 0, "boundElements": [], "containerId": null, "fillStyle": "solid", "fontFamily": 1, "fontSize": 14, "frameId": null, "groupIds": [], "height": 100, "id": "id-text01", "isDeleted": false, "lineHeight": 1.25, "link": null, "locked": false, "opacity": 100, "originalText": "text", "roughness": 1, "roundness": { "type": 3, }, "seed": Any, "strokeColor": "#1e1e1e", "strokeStyle": "solid", "strokeWidth": 2, "text": "text", "textAlign": "center", "type": "text", "updated": 1, "version": 1, "versionNonce": 0, "verticalAlign": "middle", "width": 100, "x": -20, "y": -8.75, } `; exports[`restoreElements > should restore text element correctly with unknown font family, null text and undefined alignment 1`] = ` { "angle": 0, "backgroundColor": "transparent", "baseline": 0, "boundElements": [], "containerId": null, "fillStyle": "solid", "fontFamily": 1, "fontSize": 10, "frameId": null, "groupIds": [], "height": 100, "id": "id-text01", "isDeleted": true, "lineHeight": 1.25, "link": null, "locked": false, "opacity": 100, "originalText": "", "roughness": 1, "roundness": { "type": 3, }, "seed": Any, "strokeColor": "#1e1e1e", "strokeStyle": "solid", "strokeWidth": 2, "text": "", "textAlign": "left", "type": "text", "updated": 1, "version": 2, "versionNonce": Any, "verticalAlign": "top", "width": 100, "x": 0, "y": 0, } `;