123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
- exports[`select single element on the scene > arrow 1`] = `
- {
- "angle": 0,
- "backgroundColor": "transparent",
- "boundElements": null,
- "endArrowhead": "arrow",
- "endBinding": null,
- "fillStyle": "hachure",
- "frameId": null,
- "groupIds": [],
- "height": 50,
- "id": "id0",
- "isDeleted": false,
- "lastCommittedPoint": null,
- "link": null,
- "locked": false,
- "opacity": 100,
- "points": [
- [
- 0,
- 0,
- ],
- [
- 30,
- 50,
- ],
- ],
- "roughness": 1,
- "roundness": {
- "type": 2,
- },
- "seed": 337897,
- "startArrowhead": null,
- "startBinding": null,
- "strokeColor": "#1e1e1e",
- "strokeStyle": "solid",
- "strokeWidth": 1,
- "type": "arrow",
- "updated": 1,
- "version": 3,
- "versionNonce": 449462985,
- "width": 30,
- "x": 10,
- "y": 10,
- }
- `;
- exports[`select single element on the scene > arrow escape 1`] = `
- {
- "angle": 0,
- "backgroundColor": "transparent",
- "boundElements": null,
- "endArrowhead": null,
- "endBinding": null,
- "fillStyle": "hachure",
- "frameId": null,
- "groupIds": [],
- "height": 50,
- "id": "id0",
- "isDeleted": false,
- "lastCommittedPoint": null,
- "link": null,
- "locked": false,
- "opacity": 100,
- "points": [
- [
- 0,
- 0,
- ],
- [
- 30,
- 50,
- ],
- ],
- "roughness": 1,
- "roundness": {
- "type": 2,
- },
- "seed": 337897,
- "startArrowhead": null,
- "startBinding": null,
- "strokeColor": "#1e1e1e",
- "strokeStyle": "solid",
- "strokeWidth": 1,
- "type": "line",
- "updated": 1,
- "version": 3,
- "versionNonce": 449462985,
- "width": 30,
- "x": 10,
- "y": 10,
- }
- `;
- exports[`select single element on the scene > diamond 1`] = `
- {
- "angle": 0,
- "backgroundColor": "transparent",
- "boundElements": null,
- "fillStyle": "hachure",
- "frameId": null,
- "groupIds": [],
- "height": 50,
- "id": "id0",
- "isDeleted": false,
- "link": null,
- "locked": false,
- "opacity": 100,
- "roughness": 1,
- "roundness": {
- "type": 2,
- },
- "seed": 337897,
- "strokeColor": "#1e1e1e",
- "strokeStyle": "solid",
- "strokeWidth": 1,
- "type": "diamond",
- "updated": 1,
- "version": 2,
- "versionNonce": 1278240551,
- "width": 30,
- "x": 10,
- "y": 10,
- }
- `;
- exports[`select single element on the scene > ellipse 1`] = `
- {
- "angle": 0,
- "backgroundColor": "transparent",
- "boundElements": null,
- "fillStyle": "hachure",
- "frameId": null,
- "groupIds": [],
- "height": 50,
- "id": "id0",
- "isDeleted": false,
- "link": null,
- "locked": false,
- "opacity": 100,
- "roughness": 1,
- "roundness": {
- "type": 2,
- },
- "seed": 337897,
- "strokeColor": "#1e1e1e",
- "strokeStyle": "solid",
- "strokeWidth": 1,
- "type": "ellipse",
- "updated": 1,
- "version": 2,
- "versionNonce": 1278240551,
- "width": 30,
- "x": 10,
- "y": 10,
- }
- `;
- exports[`select single element on the scene > rectangle 1`] = `
- {
- "angle": 0,
- "backgroundColor": "transparent",
- "boundElements": null,
- "fillStyle": "hachure",
- "frameId": null,
- "groupIds": [],
- "height": 50,
- "id": "id0",
- "isDeleted": false,
- "link": null,
- "locked": false,
- "opacity": 100,
- "roughness": 1,
- "roundness": {
- "type": 3,
- },
- "seed": 337897,
- "strokeColor": "#1e1e1e",
- "strokeStyle": "solid",
- "strokeWidth": 1,
- "type": "rectangle",
- "updated": 1,
- "version": 2,
- "versionNonce": 1278240551,
- "width": 30,
- "x": 10,
- "y": 10,
- }
- `;
|