-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathline.hfd
More file actions
35 lines (33 loc) · 931 Bytes
/
line.hfd
File metadata and controls
35 lines (33 loc) · 931 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
{
"params": {
"from": "0,0",
"to": "1,1"
},
"parts": [
{
"components": [
{
"type": "basic_edge",
"custom_component": {
"type": "line"
},
"components" : [
{
"type": "draw",
"commands": [
{
"command": "move",
"to": "0,0"
},
{
"command": "line",
"to": "width,0"
}
]
}
]
}
]
}
]
}