summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/logo3.asy
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-07-08 03:01:45 +0000
committerNorbert Preining <norbert@preining.info>2020-07-08 03:01:45 +0000
commit8c3fedd243b69349b426144e5e2b94ef4aea6a4c (patch)
treef5842753f11a90141f3cc2e356c3a04766e8d81e /graphics/asymptote/examples/logo3.asy
parentef87f13c4503a2aa4a9098cbf33e0bfcad19008e (diff)
CTAN sync 202007080301
Diffstat (limited to 'graphics/asymptote/examples/logo3.asy')
-rw-r--r--graphics/asymptote/examples/logo3.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/examples/logo3.asy b/graphics/asymptote/examples/logo3.asy
index c7947f1c41..d510e9afb7 100644
--- a/graphics/asymptote/examples/logo3.asy
+++ b/graphics/asymptote/examples/logo3.asy
@@ -3,7 +3,7 @@ import three;
//size(105,50,IgnoreAspect);
size(560,320,IgnoreAspect); // Fullsize
size3(140,80,15);
-currentprojection=perspective(-2,20,10,up=Y);
+currentprojection=perspective(-2,30,10,up=Y);
currentlight=White;
viewportmargin=(0,10);