diff options
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{} |