--- excalidraw-plugin: parsed tags: [excalidraw] --- ==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== You can decompress Drawing data with the command palette: 'Decompress current Excalidraw file'. For more info check in plugin settings under 'Saving' # Excalidraw Data ## Text Elements %% ## Drawing ```json { "type": "excalidraw", "version": 2, "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.15.1", "elements": [ { "id": "XaWnzw_pGySdUTirb4P6H", "type": "freedraw", "x": -81, "y": -145.2578125, "width": 259, "height": 273, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "frameId": null, "index": "a0", "roundness": null, "seed": 2093749637, "version": 39, "versionNonce": 154753835, "isDeleted": false, "boundElements": null, "updated": 1757405630768, "link": null, "locked": false, "points": [ [ 0, 0 ], [ 10, 13 ], [ 22, 25 ], [ 52, 44 ], [ 108, 63 ], [ 124, 66 ], [ 148, 67 ], [ 154, 68 ], [ 140, 81 ], [ 126, 93 ], [ 75, 123 ], [ 0, 168 ], [ -71, 222 ], [ -103, 250 ], [ -105, 251 ], [ -96, 248 ], [ -66, 229 ], [ -18, 195 ], [ 47, 140 ], [ 60, 121 ], [ 75, 70 ], [ 69, 54 ], [ 45, 35 ], [ 27, 30 ], [ -11, 42 ], [ -24, 62 ], [ -40, 85 ], [ -39, 89 ], [ -24, 89 ], [ -3, 77 ], [ 23, 49 ], [ 44, 14 ], [ 48, -9 ], [ 42, -22 ], [ 26, -15 ], [ 1, 5 ], [ -12, 24 ], [ -12, 24 ] ], "pressures": [], "simulatePressure": true, "lastCommittedPoint": [ -12, 24 ] } ], "appState": { "theme": "dark", "viewBackgroundColor": "#ffffff", "currentItemStrokeColor": "#1e1e1e", "currentItemBackgroundColor": "transparent", "currentItemFillStyle": "solid", "currentItemStrokeWidth": 2, "currentItemStrokeStyle": "solid", "currentItemRoughness": 1, "currentItemOpacity": 100, "currentItemFontFamily": 5, "currentItemFontSize": 20, "currentItemTextAlign": "left", "currentItemStartArrowhead": null, "currentItemEndArrowhead": "arrow", "currentItemArrowType": "round", "currentItemFrameRole": null, "scrollX": 837, "scrollY": 484.7421875, "zoom": { "value": 1 }, "currentItemRoundness": "round", "gridSize": 20, "gridStep": 5, "gridModeEnabled": false, "gridColor": { "Bold": "rgba(217, 217, 217, 0.5)", "Regular": "rgba(230, 230, 230, 0.5)" }, "currentStrokeOptions": null, "frameRendering": { "enabled": true, "clip": true, "name": true, "outline": true, "markerName": true, "markerEnabled": true }, "objectsSnapModeEnabled": false, "activeTool": { "type": "freedraw", "customType": null, "locked": false, "fromSelection": false, "lastActiveTool": null } }, "files": {} } ``` %%