move.test.tsx.snap 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`duplicate element on move when ALT is clicked rectangle 1`] = `
  3. Object {
  4. "angle": 0,
  5. "backgroundColor": "transparent",
  6. "boundElementIds": null,
  7. "fillStyle": "hachure",
  8. "groupIds": Array [],
  9. "height": 50,
  10. "id": "id2",
  11. "isDeleted": false,
  12. "opacity": 100,
  13. "roughness": 1,
  14. "seed": 401146281,
  15. "strokeColor": "#000000",
  16. "strokeStyle": "solid",
  17. "strokeWidth": 1,
  18. "type": "rectangle",
  19. "version": 4,
  20. "versionNonce": 2019559783,
  21. "width": 30,
  22. "x": 30,
  23. "y": 20,
  24. }
  25. `;
  26. exports[`duplicate element on move when ALT is clicked rectangle 2`] = `
  27. Object {
  28. "angle": 0,
  29. "backgroundColor": "transparent",
  30. "boundElementIds": null,
  31. "fillStyle": "hachure",
  32. "groupIds": Array [],
  33. "height": 50,
  34. "id": "id0",
  35. "isDeleted": false,
  36. "opacity": 100,
  37. "roughness": 1,
  38. "seed": 337897,
  39. "strokeColor": "#000000",
  40. "strokeStyle": "solid",
  41. "strokeWidth": 1,
  42. "type": "rectangle",
  43. "version": 4,
  44. "versionNonce": 1150084233,
  45. "width": 30,
  46. "x": -10,
  47. "y": 60,
  48. }
  49. `;
  50. exports[`move element rectangle 1`] = `
  51. Object {
  52. "angle": 0,
  53. "backgroundColor": "transparent",
  54. "boundElementIds": null,
  55. "fillStyle": "hachure",
  56. "groupIds": Array [],
  57. "height": 50,
  58. "id": "id0",
  59. "isDeleted": false,
  60. "opacity": 100,
  61. "roughness": 1,
  62. "seed": 337897,
  63. "strokeColor": "#000000",
  64. "strokeStyle": "solid",
  65. "strokeWidth": 1,
  66. "type": "rectangle",
  67. "version": 3,
  68. "versionNonce": 453191,
  69. "width": 30,
  70. "x": 0,
  71. "y": 40,
  72. }
  73. `;