diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-22 21:23:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-22 21:23:08 +0000 |
commit | 046dfb22b83f62c42fe46c2002d87904c5aa606c (patch) | |
tree | 7c41b0193d1ea404dcf21fcf8b6f9209dbae2676 /Master/texmf-dist/dvips | |
parent | e139215c9b77f799e573649198fb2558c4e3bb25 (diff) |
pstricks (22apr16)
git-svn-id: svn://tug.org/texlive/trunk@40684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 553dca0d1d7..6e7203099d5 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,7 +1,7 @@ % $Id: pstricks.pro 919 2014-05-19 18:42:47Z herbert $ % %% PostScript prologue for pstricks.tex. -%% Version 1.23, 2014/07/31 +%% Version 1.24, 2016/04/22 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -825,7 +825,6 @@ gsave /Shift Symbol stringwidth pop 2 div def CurvePath } def - % /SQ { /r ED r r moveto r r neg L r neg r neg L r neg r L fill } def /ST { /y ED /x ED x y moveto x neg y L 0 x L fill } def |