Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef56e5e

Browse files
committed
updated /ellipse definition to address bug #1122041 - DSD
svn path=/trunk/matplotlib/; revision=1118
1 parent 45064c7 commit ef56e5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/matplotlib/backends/backend_ps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,10 +866,12 @@ class FigureManagerPS(FigureManagerBase):
866866
} bind def""",
867867
# angle1 angle2 rx ry x y *ellipse* -
868868
"""/ellipse {
869+
newpath
869870
matrix currentmatrix 7 1 roll
870871
translate
871872
scale
872873
0 0 1 5 3 roll arc
873874
setmatrix
875+
closepath
874876
} bind def"""
875877
]

0 commit comments

Comments
 (0)