summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-27 00:59:14 +0000
committerKarl Berry <karl@freefriends.org>2010-04-27 00:59:14 +0000
commitfd1452933a9c61590892c397e0a4217d9ada1dee (patch)
tree90f88b93edb70522d7f81604ed6fc33b988fbac8 /Master/texmf-dist/dvips
parentfc9af029ad8683806201fc8c5e8daced875f73ed (diff)
pstricks 2.04 (26apr10)
git-svn-id: svn://tug.org/texlive/trunk@18015 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro
index 19096f3f05c..0857c09b072 100644
--- a/Master/texmf-dist/dvips/pstricks/pstricks.pro
+++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro
@@ -736,7 +736,14 @@ tx@Dict begin
mul neg d
} def
%
-/Ellipse { /mtrx CM def T scale 0 0 1 5 3 roll arc mtrx setmatrix } def
+/Ellipse {
+ /rotAngle ED
+ /mtrx CM def
+ T
+ rotAngle rotate
+ scale 0 0 1 5 3 roll arc
+ mtrx setmatrix
+} def
%
/ArcAdjust { %%%% Vincent Guirardel
% given a target length (targetLength) and an initial angle (angle0) [in the stack],