utils.test.ts.snap 1.9 KB

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