summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-12-30 01:08:39 +0000
committerKarl Berry <karl@freefriends.org>2010-12-30 01:08:39 +0000
commitaa1d9048da7d31f6b4045d5a1cc2c818807d88b7 (patch)
treea9ec102c833a35b3cf3a688855dcf56d1de2797c /Master/texmf-dist/dvips
parent37b8e23a1e5dbb74496788f400ddb1e4ba96ac19 (diff)
pst-node 1.14 (29dec10)
git-svn-id: svn://tug.org/texlive/trunk@20879 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r--Master/texmf-dist/dvips/pst-node/pst-node.pro5
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