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