8000 updated /ellipse definition to address bug #1122041 - DSD · matplotlib/matplotlib@ef56e5e · GitHub
[go: up one dir, main page]

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)
0