export.test.ts.snap 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
  2. exports[`exportToSvg > with default arguments 1`] = `
  3. {
  4. "activeEmbeddable": null,
  5. "activeTool": {
  6. "customType": null,
  7. "lastActiveTool": null,
  8. "locked": false,
  9. "type": "selection",
  10. },
  11. "collaborators": Map {},
  12. "contextMenu": null,
  13. "currentChartType": "bar",
  14. "currentHoveredFontFamily": null,
  15. "currentItemArrowType": "round",
  16. "currentItemBackgroundColor": "transparent",
  17. "currentItemEndArrowhead": "arrow",
  18. "currentItemFillStyle": "solid",
  19. "currentItemFontFamily": 5,
  20. "currentItemFontSize": 20,
  21. "currentItemOpacity": 100,
  22. "currentItemRoughness": 1,
  23. "currentItemRoundness": "round",
  24. "currentItemStartArrowhead": null,
  25. "currentItemStrokeColor": "#1e1e1e",
  26. "currentItemStrokeStyle": "solid",
  27. "currentItemStrokeWidth": 2,
  28. "currentItemTextAlign": "left",
  29. "cursorButton": "up",
  30. "defaultSidebarDockedPreference": false,
  31. "editingFrame": null,
  32. "editingGroupId": null,
  33. "editingLinearElement": null,
  34. "editingTextElement": null,
  35. "elementsToHighlight": null,
  36. "errorMessage": null,
  37. "exportBackground": true,
  38. "exportEmbedScene": false,
  39. "exportPadding": undefined,
  40. "exportScale": 1,
  41. "exportWithDarkMode": false,
  42. "fileHandle": null,
  43. "followedBy": Set {},
  44. "frameRendering": {
  45. "clip": true,
  46. "enabled": true,
  47. "name": true,
  48. "outline": true,
  49. },
  50. "frameToHighlight": null,
  51. "gridModeEnabled": false,
  52. "gridSize": 20,
  53. "gridStep": 5,
  54. "isBindingEnabled": true,
  55. "isLoading": false,
  56. "isResizing": false,
  57. "isRotating": false,
  58. "lastPointerDownWith": "mouse",
  59. "multiElement": null,
  60. "name": "name",
  61. "newElement": null,
  62. "objectsSnapModeEnabled": false,
  63. "openDialog": null,
  64. "openMenu": null,
  65. "openPopup": null,
  66. "openSidebar": null,
  67. "originSnapOffset": {
  68. "x": 0,
  69. "y": 0,
  70. },
  71. "pasteDialog": {
  72. "data": null,
  73. "shown": false,
  74. },
  75. "penDetected": false,
  76. "penMode": false,
  77. "pendingImageElementId": null,
  78. "previousSelectedElementIds": {},
  79. "resizingElement": null,
  80. "scrollX": 0,
  81. "scrollY": 0,
  82. "scrolledOutside": false,
  83. "searchMatches": [],
  84. "selectedElementIds": {},
  85. "selectedElementsAreBeingDragged": false,
  86. "selectedGroupIds": {},
  87. "selectedLinearElement": null,
  88. "selectionElement": null,
  89. "shouldCacheIgnoreZoom": false,
  90. "showHyperlinkPopup": false,
  91. "showWelcomeScreen": false,
  92. "snapLines": [],
  93. "startBoundElement": null,
  94. "stats": {
  95. "open": false,
  96. "panels": 3,
  97. },
  98. "suggestedBindings": [],
  99. "theme": "light",
  100. "toast": null,
  101. "userToFollow": null,
  102. "viewBackgroundColor": "#ffffff",
  103. "viewModeEnabled": false,
  104. "zenModeEnabled": false,
  105. "zoom": {
  106. "value": 1,
  107. },
  108. }
  109. `;