diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/svg/svg.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/svg/svg.sty | 6 |
1 files changed, 4 insertions, 2 deletions
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{} |