| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`exportToSvg with default arguments 1`] = `
- Object {
- "activeTool": Object {
- "customType": null,
- "lastActiveToolBeforeEraser": null,
- "locked": false,
- "type": "selection",
- },
- "collaborators": Map {},
- "currentChartType": "bar",
- "currentItemBackgroundColor": "transparent",
- "currentItemEndArrowhead": "arrow",
- "currentItemFillStyle": "hachure",
- "currentItemFontFamily": 1,
- "currentItemFontSize": 20,
- "currentItemLinearStrokeSharpness": "round",
- "currentItemOpacity": 100,
- "currentItemRoughness": 1,
- "currentItemStartArrowhead": null,
- "currentItemStrokeColor": "#000000",
- "currentItemStrokeSharpness": "sharp",
- "currentItemStrokeStyle": "solid",
- "currentItemStrokeWidth": 1,
- "currentItemTextAlign": "left",
- "cursorButton": "up",
- "draggingElement": null,
- "editingElement": null,
- "editingGroupId": null,
- "editingLinearElement": null,
- "errorMessage": null,
- "exportBackground": true,
- "exportEmbedScene": false,
- "exportPadding": undefined,
- "exportScale": 1,
- "exportWithDarkMode": false,
- "fileHandle": null,
- "gridSize": null,
- "isBindingEnabled": true,
- "isLibraryOpen": false,
- "isLoading": false,
- "isResizing": false,
- "isRotating": false,
- "lastPointerDownWith": "mouse",
- "multiElement": null,
- "name": "name",
- "openMenu": null,
- "openPopup": null,
- "pasteDialog": Object {
- "data": null,
- "shown": false,
- },
- "penDetected": false,
- "penMode": false,
- "pendingImageElement": null,
- "previousSelectedElementIds": Object {},
- "resizingElement": null,
- "scrollX": 0,
- "scrollY": 0,
- "scrolledOutside": false,
- "selectedElementIds": Object {},
- "selectedGroupIds": Object {},
- "selectionElement": null,
- "shouldCacheIgnoreZoom": false,
- "showHelpDialog": false,
- "showHyperlinkPopup": false,
- "showStats": false,
- "startBoundElement": null,
- "suggestedBindings": Array [],
- "theme": "light",
- "toastMessage": null,
- "viewBackgroundColor": "#ffffff",
- "viewModeEnabled": false,
- "zenModeEnabled": false,
- "zoom": Object {
- "value": 1,
- },
- }
- `;
|