-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.canvas
More file actions
40 lines (40 loc) · 916 Bytes
/
test.canvas
File metadata and controls
40 lines (40 loc) · 916 Bytes
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
{
"nodes": [
{
"type": "text",
"id": "a1b2c3d4e5f67890",
"x": -260.0,
"y": -260.0,
"width": 440.0,
"height": 260.0,
"text": "# This is a markdown doc\n\n`does it have syntax highlighting`\n\n```javascript\nx = \"123\"\nfunction foo() {\nreturn 42;\n}\n```"
},
{
"type": "text",
"id": "46e694f635b34286",
"x": 414.13043478260875,
"y": -136.95652173913044,
"width": 250.0,
"height": 100.0,
"text": "New node"
}
],
"edges": [
{
"id": "5f5408cf952544b2",
"fromNode": "a1b2c3d4e5f67890",
"fromSide": "right",
"toNode": "46e694f635b34286",
"toSide": "left",
"toEnd": "arrow"
},
{
"id": "3710ed4583ac495d",
"fromNode": "a1b2c3d4e5f67890",
"fromSide": "top",
"toNode": "46e694f635b34286",
"toSide": "top",
"toEnd": "arrow"
}
]
}