summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/sacone3D.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/sacone3D.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/sacone3D.asy3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/sacone3D.asy b/Master/texmf/doc/asymptote/examples/sacone3D.asy
index 1ed60da0351..d8f3aa373d3 100644
--- a/Master/texmf/doc/asymptote/examples/sacone3D.asy
+++ b/Master/texmf/doc/asymptote/examples/sacone3D.asy
@@ -5,7 +5,8 @@ real r=1;
real h=1;
revolution R=cone(r,h);
-draw(surface(R),lightgreen+opacity(0.5));
+
+draw(surface(R),lightgreen+opacity(0.5),render(compression=Low));
pen edge=blue+0.25mm;
draw("$\ell$",(0,r,0)--(0,0,h),W,edge);
draw("$r$",(0,0,0)--(r,0,0),red+dashed);