summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/colorplanes.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/colorplanes.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/colorplanes.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/colorplanes.asy b/Master/texmf-dist/doc/asymptote/examples/colorplanes.asy
index 16bef25b545..805b0819931 100644
--- a/Master/texmf-dist/doc/asymptote/examples/colorplanes.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/colorplanes.asy
@@ -16,7 +16,7 @@ int[] edges={0,0,0,2};
gouraudshade(faces.push(y),project(y),p,edges);
gouraudshade(faces.push(l),project(l),p,edges);
gouraudshade(faces.push(g),project(g),new pen[]{cyan,magenta,yellow,black},
- edges);
+ edges);
add(faces);