Nice to hear you found a solution. Still, it would nice if the obvious
way to do it didn't leak memory ;) I thought the memory leak hunting I
did a few months ago had resolved this, but it wasn't testing exactly
the same thing -- it was creating figures directly in each iteration,
not just ca
Darren Dale wrote:
> On Friday 19 October 2007 10:55:24 am John Hunter wrote:
>> On 10/19/07, Darren Dale <[EMAIL PROTECTED]> wrote:
>>> I removed a gsave/grestore pair surrounding RendererPS._draw_ps in
>>> svn-3967. It looks like this fixed the problem (graphics state was being
>>> lost). I check