--- 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": "qQ5byfvF2MnlMfM6CpLAV", "type": "freedraw", "x": -121, "y": -184.2578125, "width": 166, "height": 195, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "frameId": null, "index": "a0", "roundness": null, "seed": 467890539, "version": 31, "versionNonce": 938522981, "isDeleted": false, "boundElements": [], "updated": 1757405713987, "link": null, "locked": false, "points": [ [ 0, 0 ], [ -4, 12 ], [ -4, 15 ], [ -4, 19 ], [ 2, 29 ], [ 11, 35 ], [ 42, 29 ], [ 60, 15 ], [ 67, 10 ], [ 81, 2 ], [ 98, -8 ], [ 115, -19 ], [ 126, -25 ], [ 129, -27 ], [ 126, -25 ], [ 95, -4 ], [ 71, 32 ], [ 48, 70 ], [ 37, 99 ], [ 36, 119 ], [ 43, 133 ], [ 64, 150 ], [ 89, 161 ], [ 116, 167 ], [ 137, 168 ], [ 152, 165 ], [ 160, 158 ], [ 162, 158 ], [ 162, 157 ], [ 162, 157 ] ], "pressures": [], "simulatePressure": true, "lastCommittedPoint": null }, { "id": "t9-V5bo-3taumjddI0SiP", "type": "freedraw", "x": 148, "y": -190.2578125, "width": 64, "height": 252, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "frameId": null, "index": "a1", "roundness": null, "seed": 418389163, "version": 24, "versionNonce": 1276171307, "isDeleted": false, "boundElements": [], "updated": 1757405715003, "link": null, "locked": false, "points": [ [ 0, 0 ], [ -5, 10 ], [ -9, 56 ], [ -8, 71 ], [ 2, 98 ], [ 15, 131 ], [ 28, 159 ], [ 41, 189 ], [ 47, 204 ], [ 48, 206 ], [ 47, 208 ], [ 41, 212 ], [ 30, 219 ], [ 18, 228 ], [ 2, 239 ], [ -6, 245 ], [ -10, 247 ], [ -11, 248 ], [ -12, 249 ], [ -13, 250 ], [ -14, 251 ], [ -16, 252 ], [ -16, 252 ] ], "pressures": [], "simulatePressure": true, "lastCommittedPoint": null }, { "id": "JXilTI9iwqVgFRCvmT4Tm", "type": "freedraw", "x": -228, "y": 3.7421875, "width": 101, "height": 133, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "frameId": null, "index": "a2", "roundness": null, "seed": 767138501, "version": 16, "versionNonce": 1326368197, "isDeleted": false, "boundElements": [], "updated": 1757405715803, "link": null, "locked": false, "points": [ [ 0, 0 ], [ -13, 29 ], [ -16, 36 ], [ -16, 42 ], [ -17, 69 ], [ -18, 83 ], [ -9, 102 ], [ 8, 122 ], [ 33, 133 ], [ 56, 133 ], [ 71, 125 ], [ 80, 115 ], [ 83, 113 ], [ 83, 112 ], [ 83, 112 ] ], "pressures": [], "simulatePressure": true, "lastCommittedPoint": null } ], "appState": { "theme": "dark", "viewBackgroundColor": "transparent", "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": 443.5, "scrollY": 279.62890625, "zoom": { "value": 2 }, "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": "selection", "customType": null, "locked": false, "fromSelection": false, "lastActiveTool": null } }, "files": {} } ``` %%