summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/pathintersectsurface.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/pathintersectsurface.asy')
-rw-r--r--graphics/asymptote/examples/pathintersectsurface.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/examples/pathintersectsurface.asy b/graphics/asymptote/examples/pathintersectsurface.asy
index b69b0b859a..73a78460e0 100644
--- a/graphics/asymptote/examples/pathintersectsurface.asy
+++ b/graphics/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)},