diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-17 20:46:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-17 20:46:10 +0000 |
commit | 04125cde6fa8e062cf366f08d2208e313049aa6d (patch) | |
tree | f86b28b648c6069f5d8f0c2f1a05b3e6a9a8226d /Master/texmf-dist/dvips | |
parent | 8b72a7e1aea23c5bfff4c642c6dd11555e687e89 (diff) |
pstricks (17nov21)
git-svn-id: svn://tug.org/texlive/trunk@61084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-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 |