Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!wuarchive!udel!haven!wam.umd.edu!nebel From: nebel@wam.umd.edu (Chris D. Nebel) Newsgroups: comp.sys.mac.programmer Subject: Writing QD bottlenecks Message-ID: <1991Mar11.143256.28287@wam.umd.edu> Date: 11 Mar 91 14:32:56 GMT Sender: usenet@wam.umd.edu (USENET Posting) Organization: University of Maryland at College Park Lines: 14 Originator: nebel@avw.umd.edu Nntp-Posting-Host: avw I'm attempting to write replacement QuickDraw bottlenecks for writing out Postscript to a file and have a question on just how much I'm responsible for handling, since IM-1 says nothing about it. Specifically: Do my bottlenecks have to pay attention to pnVis? And do they have to pay attention to whether or not I'm in the middle of creating a polygon or region? Are the bottlenecks responsible for saving the polygon? Or is that just handled for me? (If it is, it'll make my life a lot easier. :) If I do have to handle it myself, are there any tricks I should know? Thanks, Chris Nebel nebel@wam.umd.edu