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, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/bigsquare.asy b/Master/texmf/doc/asymptote/examples/bigsquare.asy
index b917dfc42cc..ae1f3046c7a 100644
--- a/Master/texmf/doc/asymptote/examples/bigsquare.asy
+++ b/Master/texmf/doc/asymptote/examples/bigsquare.asy
@@ -1,2 +1,2 @@
-size(0,3cm);
+size(3cm,3cm);
draw(unitsquare);