summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/condor.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/condor.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/condor.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/condor.asy b/Master/texmf/doc/asymptote/examples/condor.asy
index d3b48728ea0..5ce5caa2412 100644
--- a/Master/texmf/doc/asymptote/examples/condor.asy
+++ b/Master/texmf/doc/asymptote/examples/condor.asy
@@ -29,4 +29,4 @@ triple condor(pair t)
surface s=surface(condor,(-1,0),(1,K),16,Spline);
s.colors(palette(s.map(zpart),Rainbow()));
-draw(s);
+draw(s,render(compression=Low,merge=true));