summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/pathintersectsurface.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/pathintersectsurface.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/pathintersectsurface.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/pathintersectsurface.asy b/Master/texmf-dist/doc/asymptote/examples/pathintersectsurface.asy
index b69b0b859a5..73a78460e04 100644
--- a/Master/texmf-dist/doc/asymptote/examples/pathintersectsurface.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/pathintersectsurface.asy
@@ -5,7 +5,7 @@ currentprojection=perspective(-5,-4,2);
path3 g=randompath3(10);
-draw(g,red+thin());
+draw(g,red);
triple[][] P={
{(0,0,0),(1,0,0),(1,0,0),(2,0,0)},