Skip to content

Latest commit

 

History

History
74 lines (72 loc) · 1.67 KB

excalidraw.md

File metadata and controls

74 lines (72 loc) · 1.67 KB

Excalidraw file format info

Simple flowchart with 2 rectangles with a connector in between. First rectangle is a grey color with white text, and connectior should be red.

{
  "type": "excalidraw",
  "version": 2,
  "source": "https://excalidraw.com",
  "elements": [
    {
      "type": "rectangle",
      "version": 23,
      "versionNonce": 1196567691,
      "index": "a0",
      "isDeleted": false,
      "id": "_zieYgNQQRXMRHw1aef5C",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "dotted",
      "roughness": 1,
      "opacity": 100,
      "angle": 0,
      "x": 490,
      "y": 175,
      "strokeColor": "#f08c00",
      "backgroundColor": "transparent",
      "width": 410,
      "height": 355,
      "seed": 110240566,
      "groupIds": [],
      "frameId": null,
      "roundness": null,
      "boundElements": [],
      "updated": 1715102025348,
      "link": null,
      "locked": false
    },
    {
      "type": "diamond",
      "version": 18,
      "versionNonce": 798815653,
      "index": "a1",
      "isDeleted": false,
      "id": "7dw6abRgRh6G8uDOFtj4o",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "dotted",
      "roughness": 1,
      "opacity": 100,
      "angle": 0,
      "x": 1055,
      "y": 189,
      "strokeColor": "#f08c00",
      "backgroundColor": "transparent",
      "width": 314,
      "height": 272,
      "seed": 1585141761,
      "groupIds": [],
      "frameId": null,
      "roundness": null,
      "boundElements": [],
      "updated": 1715102025348,
      "link": null,
      "locked": false
    }
  ],
  "appState": {
    "gridSize": null,
    "viewBackgroundColor": "#ffffff"
  },
  "files": {}
}