15 Apr
2007
15 Apr
'07
5:26 a.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.
Hmm, I'm not sure I like how my fix behaves. Before, when zooming in, you would get so deep and then Fractint would back you out and not let you get any deeper (unless using mathtolerance). Now, you can zoom in until you get the big chunky blocks. Jonathan