summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/sphere.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/sphere.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/sphere.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/sphere.asy b/Master/texmf/doc/asymptote/examples/sphere.asy
index 8c5a444d01a..41f3f548895 100644
--- a/Master/texmf/doc/asymptote/examples/sphere.asy
+++ b/Master/texmf/doc/asymptote/examples/sphere.asy
@@ -3,4 +3,4 @@ import three;
size(200);
currentprojection=orthographic(5,4,3);
-draw(unitsphere,green);
+draw(unitsphere,green,render(compression=Zero));