summaryrefslogtreecommitdiff
path: root/graphics/pstricks/base/dvips/pstricks.pro
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/base/dvips/pstricks.pro')
-rw-r--r--graphics/pstricks/base/dvips/pstricks.pro31
1 files changed, 12 insertions, 19 deletions
diff --git a/graphics/pstricks/base/dvips/pstricks.pro b/graphics/pstricks/base/dvips/pstricks.pro
index 5c3cb6e755..823fa1e8e7 100644
--- a/graphics/pstricks/base/dvips/pstricks.pro
+++ b/graphics/pstricks/base/dvips/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