diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-27 19:53:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-27 19:53:42 +0000 |
commit | d0d88705533f0c7feb846e2b8d3d4d904fa749c9 (patch) | |
tree | 051b29be031e81f108554f4b48db4e165ef6285d /Master | |
parent | 9048d944ab6ec471ddf644230af23ee813966457 (diff) |
graphics-def (27may21)
git-svn-id: svn://tug.org/texlive/trunk@59369 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/graphics-def/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics-def/luatex.def | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/graphics-def/README.md b/Master/texmf-dist/doc/latex/graphics-def/README.md index 53dbcadf520..f59b0605226 100644 --- a/Master/texmf-dist/doc/latex/graphics-def/README.md +++ b/Master/texmf-dist/doc/latex/graphics-def/README.md @@ -1,7 +1,7 @@ LaTeX support for color and graphics ==================================== -Release 2021-03-18 +Release 2021-05-27 This bundle contains the 'engine-dependent' part of support for color and graphics in LaTeX2e (the code here will also function diff --git a/Master/texmf-dist/tex/latex/graphics-def/luatex.def b/Master/texmf-dist/tex/latex/graphics-def/luatex.def index a35138a9857..4be9cc0f323 100644 --- a/Master/texmf-dist/tex/latex/graphics-def/luatex.def +++ b/Master/texmf-dist/tex/latex/graphics-def/luatex.def @@ -20,7 +20,7 @@ %% https://github.com/latex3/graphics-def/issues %% \ProvidesFile{luatex.def} - [2020/10/05 v1.2a Graphics/color driver for luatex] + [2021/05/26 v1.2b Graphics/color driver for luatex] \def\GPT@space{ } \def\c@lor@arg#1{% \dimen@#1\p@ @@ -146,7 +146,8 @@ \ifGPT@pagecolor \put(-\hoffset,-\pageheight+\voffset)% {% - \pdfextension colorstack\@pdfcolorstack push{\current@page@color}% + \let\current@color\current@page@color + \set@color \aftergroup\reset@color \rule{\pagewidth}{\pageheight}% }% |