diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-03 16:54:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-03 16:54:33 +0000 |
commit | 90b24a23c320d1720bf1c3d93c1619f95a71d0f6 (patch) | |
tree | c9968231c1db46c9076ea0a515f6241c21ab1b1d /Master/texmf-dist/dvips | |
parent | 09802588a0720cc4857282650b590ec15f4bd5be (diff) |
pstricks
git-svn-id: svn://tug.org/texlive/trunk@34813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 79c9aafe674..553dca0d1d7 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/05/15 +%% Version 1.23, 2014/07/31 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -1037,13 +1037,17 @@ gsave mul neg d } def % +% +/isbool { type (booleantype) cvn eq } def +% /Ellipse { + dup isbool { /MoveToStart ED }{ /MoveToStart false def }ifelse % false or true /rotAngle ED /mtrx CM def T rotAngle rotate scale - 0 0 moveto 1 0 rmoveto % move to the start position + MoveToStart { 0 0 moveto 1 0 rmoveto } if % move to the start position 0 0 1 5 3 roll arc mtrx setmatrix } def |