Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watcgl.UUCP Path: utzoo!watmath!watcgl!mwherman From: mwherman@watcgl.UUCP (Michael W. Herman) Newsgroups: net.sources.bugs Subject: jerq: fix to small bug in *lline* in line.c Message-ID: <1675@watcgl.UUCP> Date: Sun, 14-Apr-85 12:25:38 EST Article-I.D.: watcgl.1675 Posted: Sun Apr 14 12:25:38 1985 Date-Received: Mon, 15-Apr-85 01:48:41 EST Distribution: net Organization: Computer Graphics Laboratory, U of Waterloo, Ontario Lines: 12 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.