summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/animate
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-25 21:21:23 +0000
committerKarl Berry <karl@freefriends.org>2022-01-25 21:21:23 +0000
commit1c6f91e2f1461fb51774bb5f93fde101f9cf376b (patch)
tree1e59c73603bf185380ba308f9d5100369f65cbae /Master/texmf-dist/source/latex/animate
parent77f623de3b011ae40165687f916f09e85c33147d (diff)
animate (25jan22)
git-svn-id: svn://tug.org/texlive/trunk@61736 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/animate')
-rw-r--r--Master/texmf-dist/source/latex/animate/files/exp.mp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/animate/files/exp.mp b/Master/texmf-dist/source/latex/animate/files/exp.mp
index 3bd6a031484..45ca8b634a3 100644
--- a/Master/texmf-dist/source/latex/animate/files/exp.mp
+++ b/Master/texmf-dist/source/latex/animate/files/exp.mp
@@ -1,5 +1,5 @@
% Jan Holecek, Alexander Grahn
-% 2021/04/08
+% 2022/01/25
prologues:=3;
outputtemplate := "%j_%c.mps";
@@ -103,7 +103,6 @@ beginfig(0);
axis;
bounds:=bbox currentpicture;
setbounds currentpicture to bounds;
- clip currentpicture to bounds;
endfig;
for i:=1 upto N:
@@ -112,7 +111,6 @@ for i:=1 upto N:
draw ptaylor[i] withcolor blue;
label.lrt ( nlabel[i], npnt);
setbounds currentpicture to bounds;
- clip currentpicture to bounds;
endfig;
endfor;