From: John H. <jdh...@ac...> - 2006-03-22 00:12:10
|
>>>>> "Darren" == Darren Dale <dd...@co...> writes: Darren> The problem is in draw_line_collection, and it looks Darren> complicated. OK, I just committed a "fix" for this problem. There is no elegant way to do it in backend bases because of the way collections use offsets and offset transforms. So I just hacked it up to do the transformations as before and pass an identity transform off to the backend in using the newstyle API. Another argument for implementing the methods in the backends....for a rainy day. JDH |