On 06/22/2010 06:56 PM, Eric Firing wrote:
>
>> Unfortunately, this fix paves over the exception fixed earlier. Rather
>> than getting an exception when the magnification is too high, it now
>> silently just doesn't draw the image. I'm trying to figure out what the
>> threshold is beyond which it f
SVN r8457 has what I think is an ideal solution. Unbeknownst to me, the
clipping I added to speed up rendering of highly magnified images was
being done in integers. Agg does provide an option to do this in
doubles, and using that seems to prevent the image from disappearing.
It even renders