1{
2 "type": "excalidraw",
3 "version": 2,
4 "source": "sublimated-demo",
5 "elements": [
6 {
7 "id": "write",
8 "type": "rectangle",
9 "x": 50,
10 "y": 50,
11 "width": 120,
12 "height": 60,
13 "strokeColor": "#1e1e1e",
14 "backgroundColor": "#a5d8ff",
15 "fillStyle": "solid",
16 "strokeWidth": 2,
17 "strokeStyle": "solid",
18 "roughness": 1,
19 "opacity": 100,
20 "angle": 0,
21 "seed": 1001,
22 "isDeleted": false,
23 "roundness": { "type": 3 }
24 },
25 {
26 "id": "write-label",
27 "type": "text",
28 "x": 75,
29 "y": 65,
30 "width": 70,
31 "height": 30,
32 "text": "write",
33 "fontSize": 24,
34 "fontFamily": 1,
35 "strokeColor": "#1e1e1e",
36 "backgroundColor": "transparent",
37 "fillStyle": "solid",
38 "strokeWidth": 1,
39 "strokeStyle": "solid",
40 "roughness": 1,
41 "opacity": 100,
42 "angle": 0,
43 "seed": 1002,
44 "isDeleted": false,
45 "textAlign": "center",
46 "verticalAlign": "middle"
47 },
48 {
49 "id": "arrow1",
50 "type": "arrow",
51 "x": 175,
52 "y": 80,
53 "width": 60,
54 "height": 0,
55 "points": [[0, 0], [60, 0]],
56 "strokeColor": "#1e1e1e",
57 "backgroundColor": "transparent",
58 "fillStyle": "solid",
59 "strokeWidth": 2,
60 "strokeStyle": "solid",
61 "roughness": 1,
62 "opacity": 100,
63 "angle": 0,
64 "seed": 1003,
65 "isDeleted": false
66 },
67 {
68 "id": "push",
69 "type": "rectangle",
70 "x": 240,
71 "y": 50,
72 "width": 120,
73 "height": 60,
74 "strokeColor": "#1e1e1e",
75 "backgroundColor": "#b2f2bb",
76 "fillStyle": "solid",
77 "strokeWidth": 2,
78 "strokeStyle": "solid",
79 "roughness": 1,
80 "opacity": 100,
81 "angle": 0,
82 "seed": 1004,
83 "isDeleted": false,
84 "roundness": { "type": 3 }
85 },
86 {
87 "id": "push-label",
88 "type": "text",
89 "x": 268,
90 "y": 65,
91 "width": 64,
92 "height": 30,
93 "text": "push",
94 "fontSize": 24,
95 "fontFamily": 1,
96 "strokeColor": "#1e1e1e",
97 "backgroundColor": "transparent",
98 "fillStyle": "solid",
99 "strokeWidth": 1,
100 "strokeStyle": "solid",
101 "roughness": 1,
102 "opacity": 100,
103 "angle": 0,
104 "seed": 1005,
105 "isDeleted": false,
106 "textAlign": "center",
107 "verticalAlign": "middle"
108 },
109 {
110 "id": "arrow2",
111 "type": "arrow",
112 "x": 365,
113 "y": 80,
114 "width": 60,
115 "height": 0,
116 "points": [[0, 0], [60, 0]],
117 "strokeColor": "#1e1e1e",
118 "backgroundColor": "transparent",
119 "fillStyle": "solid",
120 "strokeWidth": 2,
121 "strokeStyle": "solid",
122 "roughness": 1,
123 "opacity": 100,
124 "angle": 0,
125 "seed": 1006,
126 "isDeleted": false
127 },
128 {
129 "id": "view",
130 "type": "rectangle",
131 "x": 430,
132 "y": 50,
133 "width": 120,
134 "height": 60,
135 "strokeColor": "#1e1e1e",
136 "backgroundColor": "#ffec99",
137 "fillStyle": "solid",
138 "strokeWidth": 2,
139 "strokeStyle": "solid",
140 "roughness": 1,
141 "opacity": 100,
142 "angle": 0,
143 "seed": 1007,
144 "isDeleted": false,
145 "roundness": { "type": 3 }
146 },
147 {
148 "id": "view-label",
149 "type": "text",
150 "x": 462,
151 "y": 65,
152 "width": 56,
153 "height": 30,
154 "text": "view",
155 "fontSize": 24,
156 "fontFamily": 1,
157 "strokeColor": "#1e1e1e",
158 "backgroundColor": "transparent",
159 "fillStyle": "solid",
160 "strokeWidth": 1,
161 "strokeStyle": "solid",
162 "roughness": 1,
163 "opacity": 100,
164 "angle": 0,
165 "seed": 1008,
166 "isDeleted": false,
167 "textAlign": "center",
168 "verticalAlign": "middle"
169 }
170 ],
171 "appState": {
172 "viewBackgroundColor": "#ffffff"
173 }
174}