Re: [matplotlib-devel] Patch for PostScript backend

2007-11-20 Thread Michael Droettboom
Seems like a good idea to me. I'm a little surprised we haven't seen this case before. Thanks for the patch -- it's committed in SVN r4391. Cheers, Mike Ben North wrote: > Hi, > > I think there is a bug in the PostScript backend, when trying to draw a > polygon with zero linewidth. If you ha

[matplotlib-devel] Patch for PostScript backend

2007-11-20 Thread Ben North
Hi, I think there is a bug in the PostScript backend, when trying to draw a polygon with zero linewidth. If you have a zero linewidth, the generated PostScript is along the lines of 173.31 49.274 m 305.066 57.999 l 173.533 46.684 l closepath gsave fill grestore whereas if t