diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-23 21:19:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-23 21:19:06 +0000 |
commit | 2d55bec591fdbb613b103837e142537f41bb0cef (patch) | |
tree | 316c6bc7ae19bcbf1a2a49047ac47f5c05ecd8ab /Master/texmf-dist/tex | |
parent | 22e0fe39be669ce4bb2fcba23a52d7699a29372f (diff) |
svg (23jun20)
git-svn-id: svn://tug.org/texlive/trunk@55636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/svg/svg-extract.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/svg/svg.sty | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/svg/svg-extract.sty b/Master/texmf-dist/tex/latex/svg/svg-extract.sty index f42fc92287d..3f45cff9f18 100644 --- a/Master/texmf-dist/tex/latex/svg/svg-extract.sty +++ b/Master/texmf-dist/tex/latex/svg/svg-extract.sty @@ -63,7 +63,7 @@ }% \svg@Provides% {svg-extract}{extract graphics from SVG pictures}% - [2020/06/12 v2.02g]% + [2020/06/23 v2.02h]% \@tempb \edef\svg@catcodecodes@restore{% \catcode`\noexpand\"\the\catcode`\"\relax% diff --git a/Master/texmf-dist/tex/latex/svg/svg.sty b/Master/texmf-dist/tex/latex/svg/svg.sty index 0f11773f8a9..59c8954aea2 100644 --- a/Master/texmf-dist/tex/latex/svg/svg.sty +++ b/Master/texmf-dist/tex/latex/svg/svg.sty @@ -61,7 +61,7 @@ }% \svg@Provides% {svg}{include SVG pictures}% - [2020/06/12 v2.02g]% + [2020/06/23 v2.02h]% \@tempb \RequirePackage{iftex}[2020/03/06] \RequirePackage{scrbase}[2020/04/19] @@ -348,7 +348,9 @@ }% \fi% \AfterPackage*{transparent}{% - \@ifpackagelater{transparent}{2018/11/19}{}{\RequirePackage{pgfsys}}% + \ifcsname Gin@driver\endcsname% + \RequirePackage{pgfsys}% + \fi% }% } \newcommand*\svg@ink@mode{} |