diff options
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 87dc4d7e6bb..175b1908d6b 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,7 +1,7 @@ -% $Id: pstricks.pro 290 2021-10-01 09:20:29Z herbert $ +% $Id: pstricks.pro 317 2021-11-16 20:47:25Z herbert $ % %% PostScript prologue for pstricks.tex. -%% Version 1.40, 2021/09/25 +%% Version 1.41, 2021/11/16 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -17,6 +17,8 @@ revision 952 gt (\n\n%%%% WARNING: Transparency operations ignored - need to use -dALLOWPSTRANSPARENCY\n\n) print flush /.setopacityalpha { pop } bind def /.setshapealpha { pop } bind def + /.setfillconstantalpha { pop } bind def + /.setstrokeconstantalpha { pop } bind def } { /.setopacityalpha /.setfillconstantalpha load def |