summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-30 00:19:42 +0000
committerKarl Berry <karl@freefriends.org>2011-11-30 00:19:42 +0000
commitb2f7b1757cf1264270da016740bbdbf7d61983e8 (patch)
tree6d1e0d26a54e47be70d388e840dfacfb2b5ded44 /Master/texmf-dist/dvips
parent15d9b995ac670b6af8be39f60b1235e24c1617f7 (diff)
pst-node 1.21 (29nov11)
git-svn-id: svn://tug.org/texlive/trunk@24693 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r--Master/texmf-dist/dvips/pst-node/pst-node.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/dvips/pst-node/pst-node.pro b/Master/texmf-dist/dvips/pst-node/pst-node.pro
index 083b54a78fe..05595ff8501 100644
--- a/Master/texmf-dist/dvips/pst-node/pst-node.pro
+++ b/Master/texmf-dist/dvips/pst-node/pst-node.pro
@@ -1,7 +1,7 @@
% $Id: pst-node.pro 440 2010-12-28 21:06:39Z herbert $
%%
%% PostScript prologue for pst-node.tex.
-%% Version 1.12, 2010/04/30.
+%% Version 1.13, 2011/11/21.
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -14,6 +14,7 @@ tx@Dict begin % from main pstricks dict
end
/NewNode { % on stack: { x y } boolean N@name type InitXnode
gsave
+ NodeScale % a bugfix for xelatex, it's empty for dvips
/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