14 Apr
2007
14 Apr
'07
8:35 p.m.
Tim,
I suspect the problem we are seeing is caused by line 471 in fracsubr.c, where we goto expand_retry because one of the calls to ratio_bad() returned a 1 (this doesn't happen if we use mathtolerance=0.05/1 or debugflag=3400). We then adjust_to_limits(2.0), which will mess up the magnification (and corners, I think).
I've got a fix for it. Will commit the change momentarily. Jonathan