summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/hyperboloid.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/hyperboloid.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/hyperboloid.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/hyperboloid.asy b/Master/texmf-dist/doc/asymptote/examples/hyperboloid.asy
index 22f3b3d80b0..32c0ff52e07 100644
--- a/Master/texmf-dist/doc/asymptote/examples/hyperboloid.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/hyperboloid.asy
@@ -5,4 +5,4 @@ currentprojection=perspective(4,4,3);
revolution hyperboloid=revolution(graph(new triple(real z) {
return (sqrt(1+z*z),0,z);},-2,2,20,operator ..),axis=Z);
draw(surface(hyperboloid),green,render(compression=Low,merge=true));
-draw(hyperboloid,6,blue,longitudinalpen=nullpen);
+draw(hyperboloid,6,blue+0.15mm,longitudinalpen=nullpen);