Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!orsvax1!pyrnj!caip!lll-crg!styx!nike!cad!ucbvax!jade!ucblapis!oster From: oster@ucblapis.berkeley.edu (David Phillip Oster) Newsgroups: net.micro.mac Subject: Re: macdraw upgrade wishes Message-ID: <785@jade.BERKELEY.EDU> Date: Thu, 5-Jun-86 19:11:19 EDT Article-I.D.: jade.785 Posted: Thu Jun 5 19:11:19 1986 Date-Received: Sun, 8-Jun-86 03:46:39 EDT References: <18658@rochester.ARPA> Sender: usenet@jade.BERKELEY.EDU Reply-To: oster@ucblapis.UUCP (David Phillip Oster) Organization: University of California, Berkeley Lines: 12 Transparent paint in Macdraw: To create two circles, shaded with orthoganal parallel lines that intersect in a cross hatch, create the circles in macpaint individually, and paste each one separately into MacDraw. In MacDraw, MacPaint bitmaps are each separate objects, AND they are transparent (they are drawn using the srcOr drawing mode, rather than the srcCopy of native MacDraw objects.) Large bitmaps are not one object in MacDraw, but many objects. Group them as the first thing you do after the paste. (Macpaint does this to preserve a Mac User Interface Guidline rule: individual bitmaps shall be small than 3k, so the application program won't die from a big bitmap clobbering the stack.)