summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/animations
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-01 23:10:25 +0000
committerKarl Berry <karl@freefriends.org>2020-03-01 23:10:25 +0000
commit81abf43d2b32106102462c3fd1b6c52c0b74f6b7 (patch)
tree8ff3cf992c81a46d17219ac528c3cb6fe7467402 /Master/texmf-dist/doc/asymptote/examples/animations
parent668f13d96ea148cade89c8813883c8b5a90cb55e (diff)
asymptote 2.62 support files
git-svn-id: svn://tug.org/texlive/trunk@53988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/animations')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/animations/earthmoon.asy2
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy1
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/animations/earthmoon.asy b/Master/texmf-dist/doc/asymptote/examples/animations/earthmoon.asy
index efca043b8bc..4590eaeec4d 100644
--- a/Master/texmf-dist/doc/asymptote/examples/animations/earthmoon.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/animations/earthmoon.asy
@@ -9,7 +9,7 @@ settings.prc=false;
settings.thick=false;
settings.outformat="mpg";
currentprojection=orthographic(5,4,2);
-currentlight=light(specular=black,(0.1,-0.1,1),viewport=true);
+currentlight=light(specular=black,(0.1,-0.1,1));
size(15cm,0);
diff --git a/Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy b/Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy
index 125cecc5566..67e6777b3a0 100644
--- a/Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/animations/sphere.asy
@@ -40,3 +40,4 @@ for(int phi=0; phi < 360; phi += angle) {
}
A.movie(0,200);
+currentpicture.erase();