-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsample-02_overlap-inside-rectangle.json
More file actions
82 lines (82 loc) · 1.78 KB
/
sample-02_overlap-inside-rectangle.json
File metadata and controls
82 lines (82 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"height": 382.750001220703,
"id": "0-1650991681040",
"width": 608.2500024414062,
"x": 302.94,
"y": 314.78,
"shape": "square",
"style": {
"backgroundColor": "#FFFFFF00",
"borderColor": "#000000FF",
"borderStyle": "solid",
"borderWidth": 3,
"fontColor": "#000000FF"
},
"type": "shape"
},
{
"height": 138,
"id": "0-1650991688310",
"title": "",
"width": 138,
"x": 233.94,
"y": 156.77999999999997,
"shape": "rectangle",
"style": {
"backgroundColor": "#CB8CF9FF",
"bold": false,
"font": "proxima-nova",
"fontSize": 23,
"italic": false,
"strike": false,
"textAlign": "center",
"underline": false,
"border": false
},
"text": "This is outside",
"type": "sticky note"
},
{
"height": 138,
"id": "0-1650991701198",
"width": 138,
"x": 564.07,
"y": 239.28,
"shape": "rectangle",
"style": {
"backgroundColor": "#FFCB43FF",
"bold": false,
"font": "proxima-nova",
"fontSize": 23,
"italic": false,
"strike": false,
"textAlign": "center",
"underline": false,
"border": false
},
"text": "This overlaps",
"type": "sticky note"
},
{
"height": 138,
"id": "0-1650991717299",
"width": 138,
"x": 406.07000000000005,
"y": 397.28,
"shape": "rectangle",
"style": {
"backgroundColor": "#2D9613FF",
"bold": false,
"font": "proxima-nova",
"fontSize": 23,
"italic": false,
"strike": false,
"textAlign": "center",
"underline": false,
"border": false
},
"text": "This is inside",
"type": "sticky note"
}
]