Skip to content

Commit

Permalink
Blend mode as array is deprecated pgf-tikz#1037
Browse files Browse the repository at this point in the history
Co-authored-by: Ulrike Fischer <fischer@troubleshooting-tex.de>
Signed-off-by: Henri Menke <henri@henrimenke.de>
  • Loading branch information
hmenke and u-fischer committed Aug 4, 2021
1 parent 9b5a6d8 commit 9deca68
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 9deca68

Please sign in to comment.