diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/randompath3.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/randompath3.asy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/randompath3.asy b/Master/texmf/doc/asymptote/examples/randompath3.asy index 56382d19b89..755c3a29128 100644 --- a/Master/texmf/doc/asymptote/examples/randompath3.asy +++ b/Master/texmf/doc/asymptote/examples/randompath3.asy @@ -1,3 +1,4 @@ import three; + size(300); draw(randompath3(100),red,currentlight); |