1{
2 "type": "excalidraw",
3 "version": 2,
4 "elements": [
5 {
6 "id": "circle1",
7 "type": "ellipse",
8 "x": 100,
9 "y": 100,
10 "width": 150,
11 "height": 150,
12 "strokeColor": "#e03131",
13 "backgroundColor": "#ffc9c9",
14 "fillStyle": "hachure",
15 "strokeWidth": 2,
16 "roughness": 2,
17 "opacity": 100,
18 "angle": 0,
19 "isDeleted": false
20 },
21 {
22 "id": "circle2",
23 "type": "ellipse",
24 "x": 300,
25 "y": 80,
26 "width": 120,
27 "height": 120,
28 "strokeColor": "#1971c2",
29 "backgroundColor": "#a5d8ff",
30 "fillStyle": "cross-hatch",
31 "strokeWidth": 2,
32 "roughness": 2,
33 "opacity": 100,
34 "angle": 0,
35 "isDeleted": false
36 },
37 {
38 "id": "circle3",
39 "type": "ellipse",
40 "x": 200,
41 "y": 260,
42 "width": 180,
43 "height": 130,
44 "strokeColor": "#2f9e44",
45 "backgroundColor": "#b2f2bb",
46 "fillStyle": "hachure",
47 "strokeWidth": 2,
48 "roughness": 2,
49 "opacity": 100,
50 "angle": 0,
51 "isDeleted": false
52 },
53 {
54 "id": "free1",
55 "type": "freedraw",
56 "x": 500,
57 "y": 100,
58 "width": 200,
59 "height": 150,
60 "strokeColor": "#f08c00",
61 "backgroundColor": "transparent",
62 "fillStyle": "solid",
63 "strokeWidth": 2,
64 "roughness": 0,
65 "opacity": 100,
66 "angle": 0,
67 "points": [
68 [0, 75], [10, 60], [20, 50], [30, 45], [40, 42],
69 [50, 40], [60, 35], [70, 25], [80, 15], [90, 8],
70 [100, 0], [110, 8], [120, 20], [130, 35], [140, 50],
71 [150, 70], [160, 90], [170, 110], [180, 130], [190, 145],
72 [200, 150]
73 ],
74 "pressures": [],
75 "simulatePressure": true,
76 "isDeleted": false
77 },
78 {
79 "id": "free2",
80 "type": "freedraw",
81 "x": 500,
82 "y": 280,
83 "width": 200,
84 "height": 80,
85 "strokeColor": "#7048e8",
86 "backgroundColor": "transparent",
87 "fillStyle": "solid",
88 "strokeWidth": 3,
89 "roughness": 0,
90 "opacity": 100,
91 "angle": 0,
92 "points": [
93 [0, 40], [15, 20], [30, 5], [45, 0], [60, 5],
94 [75, 20], [90, 40], [105, 60], [120, 75], [135, 80],
95 [150, 75], [165, 60], [180, 40], [195, 20], [200, 10]
96 ],
97 "pressures": [],
98 "simulatePressure": true,
99 "isDeleted": false
100 },
101 {
102 "id": "label1",
103 "type": "text",
104 "x": 130,
105 "y": 160,
106 "width": 90,
107 "height": 25,
108 "text": "hachure",
109 "fontSize": 16,
110 "fontFamily": 1,
111 "textAlign": "center",
112 "verticalAlign": "top",
113 "strokeColor": "#e03131",
114 "backgroundColor": "transparent",
115 "fillStyle": "solid",
116 "strokeWidth": 1,
117 "roughness": 1,
118 "opacity": 100,
119 "angle": 0,
120 "isDeleted": false
121 },
122 {
123 "id": "label2",
124 "type": "text",
125 "x": 310,
126 "y": 130,
127 "width": 100,
128 "height": 25,
129 "text": "cross-hatch",
130 "fontSize": 14,
131 "fontFamily": 1,
132 "textAlign": "center",
133 "verticalAlign": "top",
134 "strokeColor": "#1971c2",
135 "backgroundColor": "transparent",
136 "fillStyle": "solid",
137 "strokeWidth": 1,
138 "roughness": 1,
139 "opacity": 100,
140 "angle": 0,
141 "isDeleted": false
142 },
143 {
144 "id": "label3",
145 "type": "text",
146 "x": 530,
147 "y": 260,
148 "width": 100,
149 "height": 20,
150 "text": "freedraw",
151 "fontSize": 16,
152 "fontFamily": 1,
153 "textAlign": "center",
154 "verticalAlign": "top",
155 "strokeColor": "#7048e8",
156 "backgroundColor": "transparent",
157 "fillStyle": "solid",
158 "strokeWidth": 1,
159 "roughness": 1,
160 "opacity": 100,
161 "angle": 0,
162 "isDeleted": false
163 }
164 ],
165 "appState": {
166 "viewBackgroundColor": "#ffffff"
167 }
168}