Path: utzoo!attcan!uunet!samsung!usc!zaphod.mps.ohio-state.edu!wuarchive!udel!haven!wam!nebel From: nebel@wam.umd.edu (Chris D. Nebel) Newsgroups: comp.sys.mac.programmer Subject: Problems with SetLineWidth Message-ID: <1990Nov5.203354.14090@wam.umd.edu> Date: 5 Nov 90 20:33:54 GMT Sender: usenet@wam.umd.edu (USENET Posting) Reply-To: nebel@wam.umd.edu (Chris D. Nebel) Organization: University of Maryland at College Park Lines: 11 I'm having extreme problems with the SetLineWidth piccomment. Though the tech notes claim otherwise, the scaling factor I send seems to be cumulative. I.e., if I send several SetLineWidth(1/2), PenSize(1, 1) Line sequences in a row (which should give a series of 1/2 point lines), I actually get a set of progressively thinner lines. In a similar vein, if I send SetLineWidth (1/10) PenSize(1,1) Line, SetLineWidth(1/1), PenSize(1,1) Line, I get two 1/10 point lines, not a .1 point and a 1 point line. Does anybody know what's going on? Thanks, Chris Nebel nebel@wam.umd.edu