selection.test.tsx.snap 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`select single element on the scene arrow 1`] = `
  3. Object {
  4. "angle": 0,
  5. "backgroundColor": "transparent",
  6. "boundElementIds": null,
  7. "endBinding": null,
  8. "fillStyle": "hachure",
  9. "groupIds": Array [],
  10. "height": 50,
  11. "id": "id0",
  12. "isDeleted": false,
  13. "lastCommittedPoint": null,
  14. "opacity": 100,
  15. "points": Array [
  16. Array [
  17. 0,
  18. 0,
  19. ],
  20. Array [
  21. 30,
  22. 50,
  23. ],
  24. ],
  25. "roughness": 1,
  26. "seed": 337897,
  27. "startBinding": null,
  28. "strokeColor": "#000000",
  29. "strokeStyle": "solid",
  30. "strokeWidth": 1,
  31. "type": "arrow",
  32. "version": 3,
  33. "versionNonce": 449462985,
  34. "width": 30,
  35. "x": 30,
  36. "y": 20,
  37. }
  38. `;
  39. exports[`select single element on the scene arrow escape 1`] = `
  40. Object {
  41. "angle": 0,
  42. "backgroundColor": "transparent",
  43. "boundElementIds": null,
  44. "endBinding": null,
  45. "fillStyle": "hachure",
  46. "groupIds": Array [],
  47. "height": 50,
  48. "id": "id0",
  49. "isDeleted": false,
  50. "lastCommittedPoint": null,
  51. "opacity": 100,
  52. "points": Array [
  53. Array [
  54. 0,
  55. 0,
  56. ],
  57. Array [
  58. 30,
  59. 50,
  60. ],
  61. ],
  62. "roughness": 1,
  63. "seed": 337897,
  64. "startBinding": null,
  65. "strokeColor": "#000000",
  66. "strokeStyle": "solid",
  67. "strokeWidth": 1,
  68. "type": "line",
  69. "version": 3,
  70. "versionNonce": 449462985,
  71. "width": 30,
  72. "x": 30,
  73. "y": 20,
  74. }
  75. `;
  76. exports[`select single element on the scene diamond 1`] = `
  77. Object {
  78. "angle": 0,
  79. "backgroundColor": "transparent",
  80. "boundElementIds": null,
  81. "fillStyle": "hachure",
  82. "groupIds": Array [],
  83. "height": 50,
  84. "id": "id0",
  85. "isDeleted": false,
  86. "opacity": 100,
  87. "roughness": 1,
  88. "seed": 337897,
  89. "strokeColor": "#000000",
  90. "strokeStyle": "solid",
  91. "strokeWidth": 1,
  92. "type": "diamond",
  93. "version": 2,
  94. "versionNonce": 1278240551,
  95. "width": 30,
  96. "x": 30,
  97. "y": 20,
  98. }
  99. `;
  100. exports[`select single element on the scene ellipse 1`] = `
  101. Object {
  102. "angle": 0,
  103. "backgroundColor": "transparent",
  104. "boundElementIds": null,
  105. "fillStyle": "hachure",
  106. "groupIds": Array [],
  107. "height": 50,
  108. "id": "id0",
  109. "isDeleted": false,
  110. "opacity": 100,
  111. "roughness": 1,
  112. "seed": 337897,
  113. "strokeColor": "#000000",
  114. "strokeStyle": "solid",
  115. "strokeWidth": 1,
  116. "type": "ellipse",
  117. "version": 2,
  118. "versionNonce": 1278240551,
  119. "width": 30,
  120. "x": 30,
  121. "y": 20,
  122. }
  123. `;
  124. exports[`select single element on the scene rectangle 1`] = `
  125. Object {
  126. "angle": 0,
  127. "backgroundColor": "transparent",
  128. "boundElementIds": null,
  129. "fillStyle": "hachure",
  130. "groupIds": Array [],
  131. "height": 50,
  132. "id": "id0",
  133. "isDeleted": false,
  134. "opacity": 100,
  135. "roughness": 1,
  136. "seed": 337897,
  137. "strokeColor": "#000000",
  138. "strokeStyle": "solid",
  139. "strokeWidth": 1,
  140. "type": "rectangle",
  141. "version": 2,
  142. "versionNonce": 1278240551,
  143. "width": 30,
  144. "x": 30,
  145. "y": 20,
  146. }
  147. `;