summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/GaussianSurface.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/GaussianSurface.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/GaussianSurface.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/GaussianSurface.asy b/Master/texmf/doc/asymptote/examples/GaussianSurface.asy
index 7b75a5133a7..bf198a6a243 100644
--- a/Master/texmf/doc/asymptote/examples/GaussianSurface.asy
+++ b/Master/texmf/doc/asymptote/examples/GaussianSurface.asy
@@ -16,6 +16,6 @@ xaxis3(Label("$x$"),red,Arrow3);
yaxis3(Label("$y$"),red,Arrow3);
zaxis3(XYZero(extend=true),red,Arrow3);
-draw(s,lightgray,meshpen=black+thick(),nolight);
+draw(s,lightgray,meshpen=black+thick(),nolight,render(merge=true));
label("$O$",O,-Z+Y,red);