From a154a884f7d8bf7c735cbc67b28d24b6f7f8b9ee Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 10 Nov 2014 22:46:03 +0000 Subject: animate (10nov14) git-svn-id: svn://tug.org/texlive/trunk@35556 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/animate/ChangeLog | 3 +++ Master/texmf-dist/doc/latex/animate/animate.pdf | Bin 3728094 -> 3728029 bytes Master/texmf-dist/tex/latex/animate/animate.sty | 5 ++++- 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/animate/ChangeLog b/Master/texmf-dist/doc/latex/animate/ChangeLog index 2fe422b3657..d706b0c9663 100644 --- a/Master/texmf-dist/doc/latex/animate/ChangeLog +++ b/Master/texmf-dist/doc/latex/animate/ChangeLog @@ -1,3 +1,6 @@ +2014-11-10 + * Fix: poster / current frame did not get printed with `method=icon' + 2014-10-16 * New: third animation method added (based on JS methods `getIcon' & `buttonSetIcon') with best animation performance (frame rate) so far; set as diff --git a/Master/texmf-dist/doc/latex/animate/animate.pdf b/Master/texmf-dist/doc/latex/animate/animate.pdf index 51d576e80b9..0905fa3f4d8 100644 Binary files a/Master/texmf-dist/doc/latex/animate/animate.pdf and b/Master/texmf-dist/doc/latex/animate/animate.pdf differ diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index 5930755b313..762959a85c2 100644 --- a/Master/texmf-dist/tex/latex/animate/animate.sty +++ b/Master/texmf-dist/tex/latex/animate/animate.sty @@ -13,7 +13,7 @@ \NeedsTeXFormat{LaTeX2e} -\def\@anim@version{2014/10/16} +\def\@anim@version{2014/11/10} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -1633,6 +1633,7 @@ \def\@anim@animwidget#1{% \@anim@pojscript{#1}% \@anim@otherjscript{#1}% + \def\@anim@annotflag{}% \ifnum\@anim@method=\z@% \ifx\@anim@poster\@anim@posternone% \ifdefined\@anim@apdummy\else% empty appearance dummy @@ -1642,6 +1643,7 @@ \fi% \def\@anim@apmk{\@anim@refobj{\@anim@apdummy}}% \else% + \def\@anim@annotflag{/F 4}% \def\@anim@apmk{\@anim@refobj{\@anim@posterap}}% \fi% \else% @@ -1655,6 +1657,7 @@ \@anim@pdfannot{\@anim@animwidth}{\@anim@animheight}{\@anim@animdepth}{% /Subtype/Widget% /FT/Btn/Ff \@anim@btnflag% + \@anim@annotflag% /BS <>% /H/N% /T (anm#1)% -- cgit v1.2.3