Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!info-mac From: info-mac@uw-beaver (info-mac) Newsgroups: fa.info-mac Subject: That is not a bug Message-ID: <1106@uw-beaver> Date: Fri, 6-Jul-84 09:39:20 EDT Article-I.D.: uw-beaver>.1106 Posted: Fri Jul 6 09:39:20 1984 Date-Received: Sat, 7-Jul-84 02:46:11 EDT Sender: daemon@uw-beave Organization: U of Washington Computer Science Lines: 11 From: winkler@harvard.ARPA (Dan Winkler) That's not a bug. If you read the QuickDraw manual, you will see that FrameRect is supposed to draw a hollow outline just INSIDE the specified rectangle. But the manual also explains that when using LineTo, the pen hangs below and to the right of the pen location. Therefore, when you draw the same rectangle using LineTo, the pen will (on the bottom and right edges) hang OUTSIDE the rectangle. This accounts for the difference in size you found. Dan Winkler