Re: [matplotlib-devel] backend_cairo.py clipping, bug in SVN

2009-04-29 Thread Michael Droettboom
Yeah -- this looks like a bad merge from the branch. The branch's version of convert_path takes two arguments, the trunk takes three because it was updated to support path simplification routines which do their own transformation. The trunk has been updated to use the three-argument form cons

[matplotlib-devel] backend_cairo.py clipping, bug in SVN

2009-04-28 Thread Michiel de Hoon
Hi everybody, I believe a bug was introduced in revision 7002 of backend_cairo.py. This code, in two places, now calls RendererCairo.convert_path with two arguments (ctx and tpath), whereas RendererCairo.convert_path expects three arguments. In one other place, RendererCairo.convert_path is cal