From 8580d629fc5ffd0ee2b8ebb4219681565b8393d9 Mon Sep 17 00:00:00 2001 From: Mayank Mohapatra <125661248+Mayank77maruti@users.noreply.github.com> Date: Sun, 23 Feb 2025 17:04:06 +0000 Subject: [PATCH] try --- d2layouts/d2cycle/layout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d2layouts/d2cycle/layout.go b/d2layouts/d2cycle/layout.go index ef2e9a4f2..084657af9 100644 --- a/d2layouts/d2cycle/layout.go +++ b/d2layouts/d2cycle/layout.go @@ -117,7 +117,7 @@ func createCircularArc(edge *d2graph.Edge) { tangentX /= mag tangentY /= mag } - const MIN_SEGMENT_LEN = 3.9999999999 + const MIN_SEGMENT_LEN = 4.0 dx := lastPoint.X - secondLastPoint.X dy := lastPoint.Y - secondLastPoint.Y