graflow, autoplacement 1.6, wires with arrows
This commit is contained in:
@@ -20,20 +20,20 @@
|
||||
},
|
||||
{ "nodeType": "database",
|
||||
"id": "wcx",
|
||||
"coords": { "x": 250, "y": 650}
|
||||
"coords": { "x": 500, "y": 450}
|
||||
},
|
||||
{ "nodeType": "end",
|
||||
"id": "ert",
|
||||
"coords": { "x": 250, "y": 850}
|
||||
"coords": { "x": 250, "y": 650}
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{ "from": ["aze", "out1"], "to": ["aze2", "inout1"] },
|
||||
{ "from": ["aze2", "inout2"], "to": ["qsd", "inp1"] },
|
||||
{ "from": ["qsd", "out1"], "to": ["aze2", "inout3"] },
|
||||
{ "from": ["qsd", "out2"], "to": ["qsd2", "inp1"] },
|
||||
{ "from": ["qsd2", "out1"], "to": ["wcx", "inout1"] },
|
||||
{ "from": ["wcx", "inout2"], "to": ["ert", "inp1"] }
|
||||
{ "from": ["aze", "out1"], "to": ["aze2", "inout1"], "endArrow":true },
|
||||
{ "from": ["aze2", "inout2"], "to": ["qsd", "inp1"], "endArrow":true },
|
||||
{ "from": ["qsd", "out1"], "to": ["aze2", "inout3"], "endArrow":true },
|
||||
{ "from": ["qsd", "out2"], "to": ["qsd2", "inp1"], "endArrow":true },
|
||||
{ "from": ["qsd2", "inout2"], "to": ["wcx", "inout3"], "startArrow":true , "endArrow":true },
|
||||
{ "from": ["qsd2", "out1"], "to": ["ert", "inp1"], "endArrow":true }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user