From: John H. <jdh...@ac...> - 2006-03-21 23:27:46
|
>>>>> "Darren" == Darren Dale <dd...@co...> writes: Darren> However, the transform is not being passed to draw_lines, Darren> and so the method works as if the old API were being Darren> used. Is this a bug? Shouldn't the transform be provided Darren> to draw_lines when using the new API? Yes, it should be passed. I recommend removing the transform=None functionality to *require* the transform be passed. If it is not, then an exception will be raised and it will be easy to track down the errant call. JDH |