summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/spiral3.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/spiral3.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/spiral3.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/spiral3.asy b/Master/texmf-dist/doc/asymptote/examples/spiral3.asy
index 727ca3f6d3a..79a15a52c41 100644
--- a/Master/texmf-dist/doc/asymptote/examples/spiral3.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/spiral3.asy
@@ -1,8 +1,8 @@
import graph3;
import palette;
-
+
size3(10cm);
-
+
currentprojection=orthographic(5,4,2);
viewportmargin=(2cm,0);