selection.test.tsx.snap 3.0 KB

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