diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/twistedtubes.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/twistedtubes.asy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/twistedtubes.asy b/Master/texmf/doc/asymptote/examples/twistedtubes.asy index 4d38d86f4df..9121ad6444d 100644 --- a/Master/texmf/doc/asymptote/examples/twistedtubes.asy +++ b/Master/texmf/doc/asymptote/examples/twistedtubes.asy @@ -22,6 +22,8 @@ s2.colors(palette(s2.map(f),Rainbow)); s3.colors(palette(s3.map(f),Rainbow)); s4.colors(palette(s4.map(f),Rainbow)); +defaultrender.merge=true; + draw(s1); draw(s2); draw(s3); |