move.test.tsx.snap 1.2 KB

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