diff options
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/dots.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/dots.asy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/dots.asy b/Master/texmf-dist/doc/asymptote/examples/dots.asy new file mode 100644 index 00000000000..49acfce341f --- /dev/null +++ b/Master/texmf-dist/doc/asymptote/examples/dots.asy @@ -0,0 +1 @@ +draw((0,0){up}..(100,25){right}..(200,0){down}); |