utils.test.ts.snap 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`exportToSvg with default arguments 1`] = `
  3. Object {
  4. "activeTool": Object {
  5. "customType": null,
  6. "lastActiveToolBeforeEraser": null,
  7. "locked": false,
  8. "type": "selection",
  9. },
  10. "collaborators": Map {},
  11. "currentChartType": "bar",
  12. "currentItemBackgroundColor": "transparent",
  13. "currentItemEndArrowhead": "arrow",
  14. "currentItemFillStyle": "hachure",
  15. "currentItemFontFamily": 1,
  16. "currentItemFontSize": 20,
  17. "currentItemLinearStrokeSharpness": "round",
  18. "currentItemOpacity": 100,
  19. "currentItemRoughness": 1,
  20. "currentItemStartArrowhead": null,
  21. "currentItemStrokeColor": "#000000",
  22. "currentItemStrokeSharpness": "sharp",
  23. "currentItemStrokeStyle": "solid",
  24. "currentItemStrokeWidth": 1,
  25. "currentItemTextAlign": "left",
  26. "cursorButton": "up",
  27. "draggingElement": null,
  28. "editingElement": null,
  29. "editingGroupId": null,
  30. "editingLinearElement": null,
  31. "errorMessage": null,
  32. "exportBackground": true,
  33. "exportEmbedScene": false,
  34. "exportPadding": undefined,
  35. "exportScale": 1,
  36. "exportWithDarkMode": false,
  37. "fileHandle": null,
  38. "gridSize": null,
  39. "isBindingEnabled": true,
  40. "isLibraryOpen": false,
  41. "isLoading": false,
  42. "isResizing": false,
  43. "isRotating": false,
  44. "lastPointerDownWith": "mouse",
  45. "multiElement": null,
  46. "name": "name",
  47. "openMenu": null,
  48. "openPopup": null,
  49. "pasteDialog": Object {
  50. "data": null,
  51. "shown": false,
  52. },
  53. "penDetected": false,
  54. "penMode": false,
  55. "pendingImageElement": null,
  56. "previousSelectedElementIds": Object {},
  57. "resizingElement": null,
  58. "scrollX": 0,
  59. "scrollY": 0,
  60. "scrolledOutside": false,
  61. "selectedElementIds": Object {},
  62. "selectedGroupIds": Object {},
  63. "selectionElement": null,
  64. "shouldCacheIgnoreZoom": false,
  65. "showHelpDialog": false,
  66. "showHyperlinkPopup": false,
  67. "showStats": false,
  68. "startBoundElement": null,
  69. "suggestedBindings": Array [],
  70. "theme": "light",
  71. "toastMessage": null,
  72. "viewBackgroundColor": "#ffffff",
  73. "viewModeEnabled": false,
  74. "zenModeEnabled": false,
  75. "zoom": Object {
  76. "value": 1,
  77. },
  78. }
  79. `;