jerq: fix to small bug in *lline* in line.c

Michael W. Herman mwherman at watcgl.UUCP
Mon Apr 15 03:25:38 AEST 1985


In lline.c, line:

    pt.y = p0.x + lp -> rect.origin.x;

should be changed to:

    pt.y = p0.y + lp -> rect.origin.y;


You won't see the problem with the radial line test (-t1) but you'll
have lots of errors in the hilbert curve (-t2) and sierpinski curve
(-t3) tests.



More information about the Comp.sources.bugs mailing list