diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-25 00:21:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-25 00:21:41 +0000 |
commit | ab073776361d2b6996983cb61f95410432ef7b66 (patch) | |
tree | 9f885a4f7112db0bf5bc2f9766007c5880e6278f /Master/texmf-dist/tex/latex/animate | |
parent | 7b93346da17c75578b72cd1dc9adedfb12d02611 (diff) |
animate update (22jan10)
git-svn-id: svn://tug.org/texlive/trunk@16811 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index d4e97535325..bfbc1ce538e 100644 --- a/Master/texmf-dist/tex/latex/animate/animate.sty +++ b/Master/texmf-dist/tex/latex/animate/animate.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e} -\def\@anim@version{2010/01/20} +\def\@anim@version{2010/01/22} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -395,8 +395,7 @@ \global\setbox\@anim@box=\hbox{% \raisebox{-\dp#3}[\@anim@frameheight\p@][\@anim@framedepth\p@]{\box#3}% }% - \immediate\pdfxform\ifdefined\pgf@sys@pdf@possible@resources resources {% - \pgf@sys@pdf@possible@resources}\fi\@anim@box% + \immediate\pdfxform resources {\the\pdfpageresources}\@anim@box% \xdef\@anim@lastxform{\the\pdflastxform}% %keep a record of XObject number \@anim@newkey{img@#2}{\@anim@lastxform\space 0 R}% |