This commit is contained in:
Mayank Mohapatra 2025-02-23 16:57:17 +00:00
parent 9e47cf03dc
commit 4ee9617eb2
5 changed files with 173 additions and 173 deletions

View file

@ -119,7 +119,7 @@ func createCircularArc(edge *d2graph.Edge) {
tangentX /= mag tangentX /= mag
tangentY /= mag tangentY /= mag
} }
const MIN_SEGMENT_LEN = 3.0 const MIN_SEGMENT_LEN = 4.5
// Calculate current segment direction // Calculate current segment direction
dx := lastPoint.X - secondLastPoint.X dx := lastPoint.X - secondLastPoint.X
dy := lastPoint.Y - secondLastPoint.Y dy := lastPoint.Y - secondLastPoint.Y

View file

@ -864,8 +864,8 @@
"y": -37.47600173950195 "y": -37.47600173950195
}, },
{ {
"x": 196.7570037841797, "x": 196.50999450683594,
"y": -35.95800018310547 "y": -37.4379997253418
}, },
{ {
"x": 197.2519989013672, "x": 197.2519989013672,
@ -1228,8 +1228,8 @@
"y": 197.53700256347656 "y": 197.53700256347656
}, },
{ {
"x": 29.472999572753906, "x": 30.959999084472656,
"y": 197.83200073242188 "y": 197.63400268554688
}, },
{ {
"x": 26.5, "x": 26.5,
@ -1592,8 +1592,8 @@
"y": 37.47600173950195 "y": 37.47600173950195
}, },
{ {
"x": -196.7570037841797, "x": -196.50999450683594,
"y": 35.95800018310547 "y": 37.4379997253418
}, },
{ {
"x": -197.2519989013672, "x": -197.2519989013672,
@ -1972,8 +1972,8 @@
"y": 111.8030014038086 "y": 111.8030014038086
}, },
{ {
"x": 702.43798828125, "x": 702.9409790039062,
"y": 114.1729965209961 "y": 112.76000213623047
}, },
{ {
"x": 701.4329833984375, "x": 701.4329833984375,
@ -2336,8 +2336,8 @@
"y": 186.90899658203125 "y": 186.90899658203125
}, },
{ {
"x": 365.6369934082031, "x": 366.635009765625,
"y": 185.24000549316406 "y": 186.36000061035156
}, },
{ {
"x": 363.6419982910156, "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

View file

@ -864,8 +864,8 @@
"y": -25.47599983215332 "y": -25.47599983215332
}, },
{ {
"x": 208.7570037841797, "x": 208.50999450683594,
"y": -23.95800018310547 "y": -25.437999725341797
}, },
{ {
"x": 209.2519989013672, "x": 209.2519989013672,
@ -1228,8 +1228,8 @@
"y": 209.53700256347656 "y": 209.53700256347656
}, },
{ {
"x": 41.472999572753906, "x": 42.959999084472656,
"y": 209.83200073242188 "y": 209.63400268554688
}, },
{ {
"x": 38.5, "x": 38.5,
@ -1592,8 +1592,8 @@
"y": 49.47600173950195 "y": 49.47600173950195
}, },
{ {
"x": -184.7570037841797, "x": -184.50999450683594,
"y": 47.95800018310547 "y": 49.4379997253418
}, },
{ {
"x": -185.2519989013672, "x": -185.2519989013672,
@ -1972,8 +1972,8 @@
"y": 123.8030014038086 "y": 123.8030014038086
}, },
{ {
"x": 674.93798828125, "x": 675.4409790039062,
"y": 126.1729965209961 "y": 124.76000213623047
}, },
{ {
"x": 673.9329833984375, "x": 673.9329833984375,
@ -2336,8 +2336,8 @@
"y": 198.90899658203125 "y": 198.90899658203125
}, },
{ {
"x": 338.1369934082031, "x": 339.135009765625,
"y": 197.24000549316406 "y": 198.36000061035156
}, },
{ {
"x": 336.1419982910156, "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