[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move gs set up (ef2eb06f5)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Jan 17 18:02:49 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/ef2eb06f53c3b4c4e5f2a6a0a7effc06cd2f04cb

>---------------------------------------------------------------

commit ef2eb06f53c3b4c4e5f2a6a0a7effc06cd2f04cb
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Jan 17 17:02:49 2021 +0000

    Move gs set up


>---------------------------------------------------------------

ef2eb06f53c3b4c4e5f2a6a0a7effc06cd2f04cb
 l3backend/l3backend-color.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 724b13ede..792237ba3 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -1187,10 +1187,10 @@
 % \begin{variable}{\c_@@_backend_opacity_stack_int}
 %   Set up a stack.
 %    \begin{macrocode}
-\@@_backend_stack_init:Nnn \c_@@_backend_opacity_stack_int
-  { page ~ direct } { /color.opa 1 ~ gs }
 \cs_if_exist:NT \pdfmanagement_add:nnn
   {
+    \@@_backend_stack_init:Nnn \c_@@_backend_opacity_stack_int
+      { page ~ direct } { /color.opa 1 ~ gs }
     \pdfmanagement_add:nnn { Page / Resources / ExtGState }
       { color.opa 1 } { << /ca ~ 1 /CA ~ 1 >> }
   }





More information about the latex3-commits mailing list.