On Tue, Jul 6, 2010 at 10:19 AM, Michael Droettboom wrote:
> On 07/04/2010 09:32 PM, John Hunter wrote:
>> On Sat, Jul 3, 2010 at 11:53 AM, Ryan May wrote:
>>
>>> On Sat, Jul 3, 2010 at 1:11 AM, Ryan May wrote:
>>>
Alright, before I go to bed, I found the following line in
src/_backend
On 07/04/2010 09:32 PM, John Hunter wrote:
> On Sat, Jul 3, 2010 at 11:53 AM, Ryan May wrote:
>
>> On Sat, Jul 3, 2010 at 1:11 AM, Ryan May wrote:
>>
>>> Alright, before I go to bed, I found the following line in
>>> src/_backend_agg.cpp at line 709 (in draw_markers()) makes all the
>>>
On Sat, Jul 3, 2010 at 11:53 AM, Ryan May wrote:
> On Sat, Jul 3, 2010 at 1:11 AM, Ryan May wrote:
>> Alright, before I go to bed, I found the following line in
>> src/_backend_agg.cpp at line 709 (in draw_markers()) makes all the
>> difference:
>>
>> set_clipbox(gc.cliprect, rendererBase);
>>
>>
On Sat, Jul 3, 2010 at 1:11 AM, Ryan May wrote:
> Alright, before I go to bed, I found the following line in
> src/_backend_agg.cpp at line 709 (in draw_markers()) makes all the
> difference:
>
> set_clipbox(gc.cliprect, rendererBase);
>
> Commenting out this line fixes my problem. I'm not sure wh
Alright, before I go to bed, I found the following line in
src/_backend_agg.cpp at line 709 (in draw_markers()) makes all the
difference:
set_clipbox(gc.cliprect, rendererBase);
Commenting out this line fixes my problem. I'm not sure why it's a
problem, (maybe a missing restore to previous state