summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/animations
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-09 03:01:25 +0000
committerNorbert Preining <norbert@preining.info>2019-10-09 03:01:25 +0000
commit8d5625f5e48587e6ca4304739304ed11b17cb26c (patch)
treef2c8b0e5f20681e9a35e6c3d33d2ec6a81d05e22 /graphics/asymptote/examples/animations
parente5ffc42ed260285f76383ae18dd0f4a603c07fa8 (diff)
CTAN sync 201910090301
Diffstat (limited to 'graphics/asymptote/examples/animations')
-rw-r--r--graphics/asymptote/examples/animations/sphere.asy1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/asymptote/examples/animations/sphere.asy b/graphics/asymptote/examples/animations/sphere.asy
index 125cecc556..67e6777b3a 100644
--- a/graphics/asymptote/examples/animations/sphere.asy
+++ b/graphics/asymptote/examples/animations/sphere.asy
@@ -40,3 +40,4 @@ for(int phi=0; phi < 360; phi += angle) {
}
A.movie(0,200);
+currentpicture.erase();