summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/logo3.asy
diff options
context:
space:
mode:
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);