try
This commit is contained in:
parent
9e47cf03dc
commit
4ee9617eb2
5 changed files with 173 additions and 173 deletions
|
|
@ -119,7 +119,7 @@ func createCircularArc(edge *d2graph.Edge) {
|
|||
tangentX /= mag
|
||||
tangentY /= mag
|
||||
}
|
||||
const MIN_SEGMENT_LEN = 3.0
|
||||
const MIN_SEGMENT_LEN = 4.5
|
||||
// Calculate current segment direction
|
||||
dx := lastPoint.X - secondLastPoint.X
|
||||
dy := lastPoint.Y - secondLastPoint.Y
|
||||
|
|
|
|||
20
e2etests/testdata/txtar/cycle-diagram/dagre/board.exp.json
generated
vendored
20
e2etests/testdata/txtar/cycle-diagram/dagre/board.exp.json
generated
vendored
|
|
@ -864,8 +864,8 @@
|
|||
"y": -37.47600173950195
|
||||
},
|
||||
{
|
||||
"x": 196.7570037841797,
|
||||
"y": -35.95800018310547
|
||||
"x": 196.50999450683594,
|
||||
"y": -37.4379997253418
|
||||
},
|
||||
{
|
||||
"x": 197.2519989013672,
|
||||
|
|
@ -1228,8 +1228,8 @@
|
|||
"y": 197.53700256347656
|
||||
},
|
||||
{
|
||||
"x": 29.472999572753906,
|
||||
"y": 197.83200073242188
|
||||
"x": 30.959999084472656,
|
||||
"y": 197.63400268554688
|
||||
},
|
||||
{
|
||||
"x": 26.5,
|
||||
|
|
@ -1592,8 +1592,8 @@
|
|||
"y": 37.47600173950195
|
||||
},
|
||||
{
|
||||
"x": -196.7570037841797,
|
||||
"y": 35.95800018310547
|
||||
"x": -196.50999450683594,
|
||||
"y": 37.4379997253418
|
||||
},
|
||||
{
|
||||
"x": -197.2519989013672,
|
||||
|
|
@ -1972,8 +1972,8 @@
|
|||
"y": 111.8030014038086
|
||||
},
|
||||
{
|
||||
"x": 702.43798828125,
|
||||
"y": 114.1729965209961
|
||||
"x": 702.9409790039062,
|
||||
"y": 112.76000213623047
|
||||
},
|
||||
{
|
||||
"x": 701.4329833984375,
|
||||
|
|
@ -2336,8 +2336,8 @@
|
|||
"y": 186.90899658203125
|
||||
},
|
||||
{
|
||||
"x": 365.6369934082031,
|
||||
"y": 185.24000549316406
|
||||
"x": 366.635009765625,
|
||||
"y": 186.36000061035156
|
||||
},
|
||||
{
|
||||
"x": 363.6419982910156,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
20
e2etests/testdata/txtar/cycle-diagram/elk/board.exp.json
generated
vendored
20
e2etests/testdata/txtar/cycle-diagram/elk/board.exp.json
generated
vendored
|
|
@ -864,8 +864,8 @@
|
|||
"y": -25.47599983215332
|
||||
},
|
||||
{
|
||||
"x": 208.7570037841797,
|
||||
"y": -23.95800018310547
|
||||
"x": 208.50999450683594,
|
||||
"y": -25.437999725341797
|
||||
},
|
||||
{
|
||||
"x": 209.2519989013672,
|
||||
|
|
@ -1228,8 +1228,8 @@
|
|||
"y": 209.53700256347656
|
||||
},
|
||||
{
|
||||
"x": 41.472999572753906,
|
||||
"y": 209.83200073242188
|
||||
"x": 42.959999084472656,
|
||||
"y": 209.63400268554688
|
||||
},
|
||||
{
|
||||
"x": 38.5,
|
||||
|
|
@ -1592,8 +1592,8 @@
|
|||
"y": 49.47600173950195
|
||||
},
|
||||
{
|
||||
"x": -184.7570037841797,
|
||||
"y": 47.95800018310547
|
||||
"x": -184.50999450683594,
|
||||
"y": 49.4379997253418
|
||||
},
|
||||
{
|
||||
"x": -185.2519989013672,
|
||||
|
|
@ -1972,8 +1972,8 @@
|
|||
"y": 123.8030014038086
|
||||
},
|
||||
{
|
||||
"x": 674.93798828125,
|
||||
"y": 126.1729965209961
|
||||
"x": 675.4409790039062,
|
||||
"y": 124.76000213623047
|
||||
},
|
||||
{
|
||||
"x": 673.9329833984375,
|
||||
|
|
@ -2336,8 +2336,8 @@
|
|||
"y": 198.90899658203125
|
||||
},
|
||||
{
|
||||
"x": 338.1369934082031,
|
||||
"y": 197.24000549316406
|
||||
"x": 339.135009765625,
|
||||
"y": 198.36000061035156
|
||||
},
|
||||
{
|
||||
"x": 336.1419982910156,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Reference in a new issue