diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-20 21:07:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-20 21:07:26 +0000 |
commit | e569047a46c92b3e9ef8909468a940e67d64cc0e (patch) | |
tree | a5b503cb60947046178843da7df01bc388dde113 /Master/texmf-dist/dvips/pstricks | |
parent | 29cdc3540cc6a822c2e0aac394305fdaf7e04c00 (diff) |
pstricks (20sep20)
git-svn-id: svn://tug.org/texlive/trunk@56385 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pstricks')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 41 |
1 files changed, 36 insertions, 5 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 9ea39830feb..5c3cb6e755c 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,7 +1,7 @@ -% $Id: pstricks.pro 4 2020-06-09 08:32:19Z herbert $ +% $Id: pstricks.pro 23 2020-09-18 06:29:04Z herbert $ % %% PostScript prologue for pstricks.tex. -%% Version 1.30, 2018/12/17 +%% Version 1.32, 2020/09/18 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -10,9 +10,40 @@ % % Define the follwing gs-functions if not known, eg when using distiller % -systemdict /.setopacityalpha known not {/.setopacityalpha { pop } def } if -systemdict /.setblendmode known not {/.setblendmode { pop } def } if -systemdict /.setshapealpha known not {/.setshapealpha { pop } def } if + +revision 952 gt +{ + systemdict /.setalphaisshape known not + { + (\n\n%%%% WARNING: Transparency operations ignored - need to use -dALLOWPSTRANSPARENCY\n\n) print flush + /.pushpdf14devicefilter {pop} bind def + /.begintransparencygroup {pop pop pop pop pop} bind def + /.endtransparencygroup {} bind def + /.poppdf14devicefilter {} bind def + /.setfillconstantalpha {pop} bind def + /.setstrokeconstantalpha {pop} bind def + /PageUsesTransparency false def + } + { + systemdict /.setopacityalpha known not + { systemdict /.setfillconstantalpha known { /.setopacityalpha /.setfillconstantalpha load def } { /.setopacityalpha { pop } def } ifelse } if + systemdict /.setblendmode known not { /.setblendmode { pop } def } if + systemdict /.setshapealpha known not + { systemdict /.setstrokeconstantalpha known { /.setshapealpha {dup .setfillconstantalpha .setstrokeconstantalpha true .setalphaisshape } def } { /.setshapealpha { pop } def } ifelse } if + } ifelse +} +{ + systemdict /.setopacityalpha known not + { + (\n\n%%%% WARNING: Transparency operations ignored - need to use -dNOSAFER\n\n) print flush + /.setopacityalpha { pop } bind def + /.setshapealpha { pop } bind def + } if +} ifelse + +%%<bool> .setalphaisshape - +%% If true, the values set by setstrokeconstantalpha and setfillconstantalpha are interpreted as shape values. The initial value of the AIS flag is false. + % /tx@Dict 200 dict def % the main PSTricks dictionary tx@Dict begin |