--- 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": "WCcQid20kerJUNQuW6sVL", "type": "freedraw", "x": -231, "y": -149.2578125, "width": 88, "height": 76, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 0.5, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "frameId": null, "index": "a1", "roundness": null, "seed": 927475369, "version": 42, "versionNonce": 298007465, "isDeleted": true, "boundElements": null, "updated": 1758535698216, "link": null, "locked": false, "points": [ [ 0, 0 ], [ -1, 0 ], [ -1, -1 ], [ 0, -1 ], [ 6, -1 ], [ 11, 1 ], [ 16, 4 ], [ 23, 8 ], [ 30, 14 ], [ 36, 20 ], [ 42, 28 ], [ 48, 41 ], [ 49, 50 ], [ 48, 58 ], [ 47, 62 ], [ 41, 69 ], [ 39, 69 ], [ 31, 66 ], [ 32, 68 ], [ 35, 70 ], [ 41, 74 ], [ 47, 75 ], [ 53, 75 ], [ 64, 71 ], [ 71, 63 ], [ 78, 52 ], [ 84, 41 ], [ 87, 34 ], [ 87, 31 ], [ 84, 30 ], [ 76, 29 ], [ 69, 32 ], [ 61, 39 ], [ 55, 48 ], [ 57, 58 ], [ 62, 62 ], [ 70, 64 ], [ 79, 64 ], [ 83, 63 ], [ 83, 63 ] ], "pressures": [ 0, 0.5002365112304688, 0.4888990521430969, 0.48593881726264954, 0.46669718623161316, 0.45485618710517883, 0.45583274960517883, 0.4602731466293335, 0.4735942482948303, 0.4923475980758667, 0.502204954624176, 0.5140459537506104, 0.5170061588287354, 0.5175096988677979, 0.5175096988677979, 0.5165178775787354, 0.5101091265678406, 0.46422523260116577, 0.4464637339115143, 0.4459754228591919, 0.47113755345344543, 0.4938277304172516, 0.5145494937896729, 0.5604333281517029, 0.5712825059890747, 0.5712825059890747, 0.5431601405143738, 0.5239185094833374, 0.5273670554161072, 0.5239185094833374, 0.3813382089138031, 0.3941710591316223, 0.4439917504787445, 0.4913557767868042, 0.4883955121040344, 0.46521705389022827, 0.4311741888523102, 0.37097734212875366, 0.21754787862300873, 0 ], "simulatePressure": false, "lastCommittedPoint": [ 83, 63 ] } ], "appState": { "theme": "dark", "viewBackgroundColor": "#ffffff", "currentItemStrokeColor": "#1e1e1e", "currentItemBackgroundColor": "transparent", "currentItemFillStyle": "solid", "currentItemStrokeWidth": 0.5, "currentItemStrokeStyle": "solid", "currentItemRoughness": 1, "currentItemOpacity": 100, "currentItemFontFamily": 5, "currentItemFontSize": 20, "currentItemTextAlign": "left", "currentItemStartArrowhead": null, "currentItemEndArrowhead": "arrow", "currentItemArrowType": "round", "currentItemFrameRole": null, "scrollX": 804, "scrollY": 342.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": {} } ``` %%