summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/examples/pipes.asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-03 22:35:09 +0000
committerKarl Berry <karl@freefriends.org>2020-03-03 22:35:09 +0000
commitf6bb2b5974c9dc15a4530842100d30fe1981b973 (patch)
tree62ef95efa54d91b6eafb6df99f330dc136f77f29 /Build/source/utils/asymptote/examples/pipes.asy
parent24dbc0b1802756862bedad6a4088f50aad68b51b (diff)
asy 2.63 sources
git-svn-id: svn://tug.org/texlive/trunk@54034 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/examples/pipes.asy')
-rw-r--r--Build/source/utils/asymptote/examples/pipes.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/examples/pipes.asy b/Build/source/utils/asymptote/examples/pipes.asy
index 6b2025f6b35..383fda80fd5 100644
--- a/Build/source/utils/asymptote/examples/pipes.asy
+++ b/Build/source/utils/asymptote/examples/pipes.asy
@@ -90,7 +90,7 @@ void DrawLink(transform3 TBase, transform3 TEnd, pen objStyle,string s)
// draw two cylinders
draw(TBase*objSurface,objStyle,render);
- draw(TEnd*shift((0,0,-h))*objSurface,objStyle,render);
+ draw(TEnd*shift((0,0,-h+1e-5))*objSurface,objStyle,render);
// draw the link between two cylinders
triple pStart=TBase*(0.5*h*Z);