1{
2 "type": "excalidraw",
3 "version": 2,
4 "elements": [
5 {
6 "id": "rect1",
7 "type": "rectangle",
8 "x": 100,
9 "y": 100,
10 "width": 200,
11 "height": 100,
12 "strokeColor": "#1e1e1e",
13 "backgroundColor": "#a5d8ff",
14 "fillStyle": "solid",
15 "strokeWidth": 2,
16 "roughness": 1,
17 "opacity": 100,
18 "angle": 0,
19 "strokeStyle": "solid",
20 "roundness": { "type": 3 },
21 "isDeleted": false,
22 "boundElements": [
23 { "id": "text1", "type": "text" },
24 { "id": "arrow1", "type": "arrow" }
25 ]
26 },
27 {
28 "id": "text1",
29 "type": "text",
30 "x": 140,
31 "y": 135,
32 "width": 120,
33 "height": 25,
34 "text": "Hello World",
35 "fontSize": 20,
36 "fontFamily": 1,
37 "textAlign": "center",
38 "verticalAlign": "middle",
39 "strokeColor": "#1e1e1e",
40 "backgroundColor": "transparent",
41 "fillStyle": "solid",
42 "strokeWidth": 1,
43 "roughness": 1,
44 "opacity": 100,
45 "angle": 0,
46 "isDeleted": false,
47 "containerId": "rect1"
48 },
49 {
50 "id": "rect2",
51 "type": "rectangle",
52 "x": 450,
53 "y": 100,
54 "width": 200,
55 "height": 100,
56 "strokeColor": "#1e1e1e",
57 "backgroundColor": "#b2f2bb",
58 "fillStyle": "solid",
59 "strokeWidth": 2,
60 "roughness": 1,
61 "opacity": 100,
62 "angle": 0,
63 "strokeStyle": "solid",
64 "roundness": { "type": 3 },
65 "isDeleted": false,
66 "boundElements": [
67 { "id": "text2", "type": "text" }
68 ]
69 },
70 {
71 "id": "text2",
72 "type": "text",
73 "x": 490,
74 "y": 135,
75 "width": 120,
76 "height": 25,
77 "text": "Sublimated",
78 "fontSize": 20,
79 "fontFamily": 1,
80 "textAlign": "center",
81 "verticalAlign": "middle",
82 "strokeColor": "#1e1e1e",
83 "backgroundColor": "transparent",
84 "fillStyle": "solid",
85 "strokeWidth": 1,
86 "roughness": 1,
87 "opacity": 100,
88 "angle": 0,
89 "isDeleted": false,
90 "containerId": "rect2"
91 },
92 {
93 "id": "arrow1",
94 "type": "arrow",
95 "x": 300,
96 "y": 150,
97 "width": 150,
98 "height": 0,
99 "strokeColor": "#1e1e1e",
100 "backgroundColor": "transparent",
101 "fillStyle": "solid",
102 "strokeWidth": 2,
103 "roughness": 1,
104 "opacity": 100,
105 "angle": 0,
106 "points": [[0, 0], [150, 0]],
107 "startBinding": { "elementId": "rect1", "focus": 0, "gap": 1 },
108 "endBinding": { "elementId": "rect2", "focus": 0, "gap": 1 },
109 "isDeleted": false
110 }
111 ],
112 "appState": {
113 "viewBackgroundColor": "#ffffff"
114 }
115}