summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/cylinder.asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-05 00:24:45 +0000
committerKarl Berry <karl@freefriends.org>2010-07-05 00:24:45 +0000
commit1fff2e715d8cf25331a3aab6d1324328cbdcf557 (patch)
tree50cc2d03dbc732b8bf70e46310a43e4bd53d55d6 /Master/texmf/doc/asymptote/examples/cylinder.asy
parenta06e5c017823a9a6673af33599d3f9fe34b1b7e8 (diff)
asymptote 2.00
git-svn-id: svn://tug.org/texlive/trunk@19235 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/cylinder.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/cylinder.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/cylinder.asy b/Master/texmf/doc/asymptote/examples/cylinder.asy
index d326ea579a2..88ff1394bac 100644
--- a/Master/texmf/doc/asymptote/examples/cylinder.asy
+++ b/Master/texmf/doc/asymptote/examples/cylinder.asy
@@ -4,5 +4,5 @@ size(0,100);
currentlight=Viewport;
revolution r=cylinder(O,1,1.5,Y+Z);
-draw(surface(r),green);
+draw(surface(r),green,render(merge=true));
draw(r,blue);