diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-19 22:07:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-19 22:07:02 +0000 |
commit | 1fed9c611dac053f39781da462cb70f542c11d61 (patch) | |
tree | 0606a72f12c406c0ef4a15b9b9b811badd217acb /Master/texmf-dist/dvips/pstricks | |
parent | ccc2cbfd8a25a4aba8860c2caf490881bcc2a8a3 (diff) |
pstricks (19sep17)
git-svn-id: svn://tug.org/texlive/trunk@45343 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pstricks')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 60a9afcafbe..809044919a9 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,7 +1,7 @@ -% $Id: pstricks.pro 446 2017-04-19 11:40:55Z herbert $ +% $Id: pstricks.pro 554 2017-09-17 19:04:49Z herbert $ % %% PostScript prologue for pstricks.tex. -%% Version 1.25, 2017/09/12 +%% Version 1.26, 2017/09/17 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -840,10 +840,14 @@ gsave % /Rect { x1 y1 y2 add 2 div moveto +% x1 y2 lineto +% x2 y2 lineto +% x2 y1 lineto +% x1 y1 lineto + x1 y1 lineto % counter clockwise path + x2 y1 lineto + x2 y2 lineto x1 y2 lineto - x2 y2 lineto - x2 y1 lineto - x1 y1 lineto closepath } def % @@ -977,7 +981,10 @@ gsave /w x2 x1 sub 0 gt { 1 } { -1 } ifelse def b 0 gt { /z1 b 4 div CLW 2 div add def -% /Helvetica findfont b scalefont setfont +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Helvetica findfont b scalefont setfont +% is set in pstricks.tex +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% /b b .95 mul CLW 2 div add def } if systemdict /setstrokeadjust known { true setstrokeadjust /t { } def } |