diff options
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pst-node/pst-node.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pst-node/pst-node.pro b/Master/texmf-dist/dvips/pst-node/pst-node.pro index c1a814d6af6..083b54a78fe 100644 --- a/Master/texmf-dist/dvips/pst-node/pst-node.pro +++ b/Master/texmf-dist/dvips/pst-node/pst-node.pro @@ -1,4 +1,4 @@ -% $Id: pst-node.pro 304 2010-04-22 08:23:39Z herbert $ +% $Id: pst-node.pro 440 2010-12-28 21:06:39Z herbert $ %% %% PostScript prologue for pst-node.tex. %% Version 1.12, 2010/04/30. @@ -10,10 +10,11 @@ /tx@NodeDict 400 dict def tx@NodeDict begin tx@Dict begin % from main pstricks dict /T /translate load def + /CP /currentpoint load def end /NewNode { % on stack: { x y } boolean N@name type InitXnode gsave - /next ED % { x y } boolean N@name type + /next exch def % { x y } boolean N@name type dict dup % { x y } boolean N@name dict dict 3 1 roll def % { x y } boolean dict N@name dict def exch { dup 3 1 roll def } if % { x y } dict boolean |