Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site noao.UUCP Path: utzoo!decvax!bellcore!petrus!scherzo!allegra!princeton!astrovax!noao!gillies From: gillies@noao.UUCP (Kim Gillies X246) Newsgroups: net.micro.mac Subject: Programming question. Message-ID: <452@carina.noao.UUCP> Date: Mon, 6-Jan-86 13:58:24 EST Article-I.D.: carina.452 Posted: Mon Jan 6 13:58:24 1986 Date-Received: Wed, 8-Jan-86 02:55:57 EST Distribution: na Organization: Natl. Optical Astronomy Observatories, Tucson, AZ USA Lines: 11 I am working on an application that has a freehand drawing tool similar to the pencil in MacPaint. The difference is that I would like to be able to draw other than solid lines. For instance, the line might me made up of a "line pattern" of two dashes and a dot repeated over and over for the length of the line. I realize that a clever pen pattern can be used to make grids and other special cases but I'm not sure if a pen pattern will work in the general case. My experience is that pen patterns are not the answer. I am wondering if this sort of thing can be done. Please mail any suggestions. I have a few ideas, but none is a simple answer.