diff options
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/stroke3.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/stroke3.asy | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/stroke3.asy b/Master/texmf-dist/doc/asymptote/examples/stroke3.asy new file mode 100644 index 00000000000..75824d41dd3 --- /dev/null +++ b/Master/texmf-dist/doc/asymptote/examples/stroke3.asy @@ -0,0 +1,4 @@ +import three; +size(5cm); + +draw(O--X,red+1cm,currentlight); |