Skip to content

Commit

Permalink
Merge pull request #1038 from hmenke/pdf2
Browse files Browse the repository at this point in the history
Blend mode as array is deprecated #1037
  • Loading branch information
hmenke authored Aug 6, 2021
2 parents 816860f + 6b0bd9a commit 29989bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
\pgferror{Unknown blend mode '#1'}%
\def\pgf@temp{Normal}%
\fi%
\edef\pgf@temp{/pgf@bm\pgf@temp << /BM [ /\pgf@temp ] >>}%<<
\edef\pgf@temp{/pgf@bm\pgf@temp << /BM /\pgf@temp >>}%<<
\expandafter\pgfutil@addpdfresource@extgs\expandafter{\pgf@temp}%
\fi%
\pgfsysprotocol@literal{\csname pgf@sys@pdf@bm@#1\endcsname\space gs}%
Expand Down

0 comments on commit 29989bc

Please sign in to comment.