summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/bigdiagonal.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/bigdiagonal.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/bigdiagonal.asy2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/bigdiagonal.asy b/Master/texmf-dist/doc/asymptote/examples/bigdiagonal.asy
new file mode 100644
index 00000000000..7242b7ae845
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/bigdiagonal.asy
@@ -0,0 +1,2 @@
+size(0,100.5);
+draw((0,0)--(2,1),Arrow);