123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`exportToSvg with default arguments 1`] = `
- Object {
- "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,
- "elementLocked": false,
- "elementType": "selection",
- "errorMessage": null,
- "exportBackground": true,
- "exportEmbedScene": false,
- "exportPadding": undefined,
- "exportWithDarkMode": false,
- "fileHandle": null,
- "gridSize": null,
- "isBindingEnabled": true,
- "isLibraryOpen": false,
- "isLoading": false,
- "isResizing": false,
- "isRotating": false,
- "lastPointerDownWith": "mouse",
- "metadata": undefined,
- "multiElement": null,
- "name": "name",
- "openMenu": null,
- "pasteDialog": Object {
- "data": null,
- "shown": false,
- },
- "previousSelectedElementIds": Object {},
- "resizingElement": null,
- "scrollX": 0,
- "scrollY": 0,
- "scrolledOutside": false,
- "selectedElementIds": Object {},
- "selectedGroupIds": Object {},
- "selectionElement": null,
- "shouldCacheIgnoreZoom": false,
- "showHelpDialog": false,
- "showStats": false,
- "startBoundElement": null,
- "suggestedBindings": Array [],
- "theme": "light",
- "toastMessage": null,
- "viewBackgroundColor": "#ffffff",
- "viewModeEnabled": false,
- "zenModeEnabled": false,
- "zoom": Object {
- "translation": Object {
- "x": 0,
- "y": 0,
- },
- "value": 1,
- },
- }
- `;
|