Path: utzoo!utgpu!watserv1!watmath!att!att!bu.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!ucsd!ucbvax!agate!shelby!neon!kaufman From: kaufman@Neon.Stanford.EDU (Marc T. Kaufman) Newsgroups: comp.sys.mac.programmer Subject: Re: Draw in White Message-ID: <1990Oct30.025140.23808@Neon.Stanford.EDU> Date: 30 Oct 90 02:51:40 GMT References: <1990Oct30.002300.17057@cs.wayne.edu> Organization: Computer Science Department, Stanford University Lines: 14 In article <1990Oct30.002300.17057@cs.wayne.edu> jal@athena.cs.wayne.edu (Jason Leigh) writes: >Hi, I'm trying to draw a line in white in assembler but it doesn't >seem to work on the older Plus and SE macs. It seems to work >ok on the II's. I seem to be able to draw a black line ok but >not a white line. >Any ideas? Any code? BackColor(white); PenPat(black); PenMode(patBic); Marc Kaufman (kaufman@Neon.stanford.edu)