From 147be8860efaa13b157e8dae13bda82f504abec4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 4 Apr 2021 02:22:41 +0000 Subject: pstricks (4apr21) git-svn-id: svn://tug.org/texlive/trunk@58731 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/dvips/pstricks/pstricks.pro | 31 +++++++++++---------------- 1 file changed, 12 insertions(+), 19 deletions(-) (limited to 'Master/texmf-dist/dvips') diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 5c3cb6e755c..823fa1e8e7a 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,7 +1,7 @@ -% $Id: pstricks.pro 23 2020-09-18 06:29:04Z herbert $ +% $Id: pstricks.pro 1055 2019-05-16 11:59:06Z herbert $ % %% PostScript prologue for pstricks.tex. -%% Version 1.32, 2020/09/18 +%% Version 1.34, 2021/03/30 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -13,24 +13,17 @@ 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 + { + (\n\n%%%% WARNING: Transparency operations ignored - need to use -dALLOWPSTRANSPARENCY\n\n) print flush + /.setopacityalpha { pop } bind def + /.setshapealpha { pop } bind def + } + { + /.setopacityalpha /.setfillconstantalpha load def + /.setblendmode { pop } def + /.setshapealpha {dup .setfillconstantalpha .setstrokeconstantalpha true .setalphaisshape } def + } ifelse } { systemdict /.setopacityalpha known not -- cgit v1.2.3