summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/sphereskeleton.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/sphereskeleton.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/sphereskeleton.asy6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/sphereskeleton.asy b/Master/texmf-dist/doc/asymptote/examples/sphereskeleton.asy
index ca8b8c3d584..6585f7c2036 100644
--- a/Master/texmf-dist/doc/asymptote/examples/sphereskeleton.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/sphereskeleton.asy
@@ -1,9 +1,9 @@
-size(100);
-import solids;
+size(100);
+import solids;
currentprojection=orthographic(5,4,2);
-revolution sphere=sphere(1);
+revolution sphere=sphere(1);
draw(surface(sphere),green+opacity(0.2));
draw(sphere,m=7,blue);