summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/randompath3.asy
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-04 03:02:32 +0000
committerNorbert Preining <norbert@preining.info>2020-03-04 03:02:32 +0000
commit19d25b8009801aa98ea2f46b45c37c257f990491 (patch)
treec0da70fbab26feff40e87df289ae797917df8419 /graphics/asymptote/examples/randompath3.asy
parentb78f5a6705512314d6fe42fd5144c5f8e5d484ce (diff)
CTAN sync 202003040302
Diffstat (limited to 'graphics/asymptote/examples/randompath3.asy')
-rw-r--r--graphics/asymptote/examples/randompath3.asy3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/asymptote/examples/randompath3.asy b/graphics/asymptote/examples/randompath3.asy
index b6666570b3..4141eeae92 100644
--- a/graphics/asymptote/examples/randompath3.asy
+++ b/graphics/asymptote/examples/randompath3.asy
@@ -1,4 +1,5 @@
import three;
size(300);
-draw(randompath3(100),red);
+path3 g=randompath3(100);
+draw(g,red,currentlight);