2021-03-31 14:28:25 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`exportToSvg with default arguments 1`] = `
|
|
|
|
Object {
|
2022-03-25 20:46:01 +05:30
|
|
|
"activeTool": Object {
|
2022-05-06 18:21:22 +05:30
|
|
|
"customType": null,
|
2022-03-29 17:10:19 +05:30
|
|
|
"lastActiveToolBeforeEraser": null,
|
|
|
|
"locked": false,
|
2022-03-25 20:46:01 +05:30
|
|
|
"type": "selection",
|
|
|
|
},
|
2021-03-31 14:28:25 +02:00
|
|
|
"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,
|
2021-05-30 15:31:12 +01:00
|
|
|
"exportScale": 1,
|
2021-03-31 14:28:25 +02:00
|
|
|
"exportWithDarkMode": false,
|
|
|
|
"fileHandle": null,
|
|
|
|
"gridSize": null,
|
|
|
|
"isBindingEnabled": true,
|
2022-06-21 20:03:23 +05:00
|
|
|
"isLibraryMenuDocked": false,
|
2021-03-31 14:28:25 +02:00
|
|
|
"isLibraryOpen": false,
|
|
|
|
"isLoading": false,
|
|
|
|
"isResizing": false,
|
|
|
|
"isRotating": false,
|
|
|
|
"lastPointerDownWith": "mouse",
|
|
|
|
"multiElement": null,
|
|
|
|
"name": "name",
|
|
|
|
"openMenu": null,
|
2021-05-30 12:05:07 +02:00
|
|
|
"openPopup": null,
|
2021-03-31 14:28:25 +02:00
|
|
|
"pasteDialog": Object {
|
|
|
|
"data": null,
|
|
|
|
"shown": false,
|
|
|
|
},
|
2022-02-02 14:31:38 +01:00
|
|
|
"penDetected": false,
|
|
|
|
"penMode": false,
|
2022-06-19 14:13:43 +02:00
|
|
|
"pendingImageElementId": null,
|
2021-03-31 14:28:25 +02:00
|
|
|
"previousSelectedElementIds": Object {},
|
|
|
|
"resizingElement": null,
|
|
|
|
"scrollX": 0,
|
|
|
|
"scrollY": 0,
|
|
|
|
"scrolledOutside": false,
|
|
|
|
"selectedElementIds": Object {},
|
|
|
|
"selectedGroupIds": Object {},
|
|
|
|
"selectionElement": null,
|
|
|
|
"shouldCacheIgnoreZoom": false,
|
|
|
|
"showHelpDialog": false,
|
2022-02-03 20:34:59 +05:30
|
|
|
"showHyperlinkPopup": false,
|
2021-03-31 14:28:25 +02:00
|
|
|
"showStats": false,
|
|
|
|
"startBoundElement": null,
|
|
|
|
"suggestedBindings": Array [],
|
|
|
|
"theme": "light",
|
2022-07-11 18:11:13 +05:30
|
|
|
"toast": null,
|
2021-03-31 14:28:25 +02:00
|
|
|
"viewBackgroundColor": "#ffffff",
|
|
|
|
"viewModeEnabled": false,
|
|
|
|
"zenModeEnabled": false,
|
|
|
|
"zoom": Object {
|
|
|
|
"value": 1,
|
|
|
|
},
|
|
|
|
}
|
|
|
|
`;
|