try
This commit is contained in:
parent
2fc8183c15
commit
8580d629fc
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ func createCircularArc(edge *d2graph.Edge) {
|
||||||
tangentX /= mag
|
tangentX /= mag
|
||||||
tangentY /= mag
|
tangentY /= mag
|
||||||
}
|
}
|
||||||
const MIN_SEGMENT_LEN = 3.9999999999
|
const MIN_SEGMENT_LEN = 4.0
|
||||||
|
|
||||||
dx := lastPoint.X - secondLastPoint.X
|
dx := lastPoint.X - secondLastPoint.X
|
||||||
dy := lastPoint.Y - secondLastPoint.Y
|
dy := lastPoint.Y - secondLastPoint.Y
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue