diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/square.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/square.asy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/square.asy b/Master/texmf/doc/asymptote/examples/square.asy index 1bff4e438f5..6fd9d2314d7 100644 --- a/Master/texmf/doc/asymptote/examples/square.asy +++ b/Master/texmf/doc/asymptote/examples/square.asy @@ -1,2 +1,2 @@ -size(100,100); +size(3cm); draw((0,0)--(1,0)--(1,1)--(0,1)--cycle); |