From 87dda591811b53afdeaeb12a28240ed02ebdc947 Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Mon, 18 Oct 2021 22:34:00 +1100 Subject: [PATCH] Adjust originY to raise the graphic a tad higher. --- toroid.html | 1 + 1 file changed, 1 insertion(+) diff --git a/toroid.html b/toroid.html index b49d1fe..580dcee 100644 --- a/toroid.html +++ b/toroid.html @@ -806,6 +806,7 @@ let theta = Math.PI/12.0; var front_originX = originX - 0.5*(1*outerRadius + 20 + width); + originY -= 12; // Draw entry and exit wires: var x1 = front_originX + (outerRadius + 20) * Math.cos(0.5 * Math.PI + 0.5 * theta);