From owner-freebsd-chat Tue Apr 16 16:18:58 2002 Delivered-To: freebsd-chat@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 7DA4237B404 for ; Tue, 16 Apr 2002 16:18:55 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 8EE3E5309; Wed, 17 Apr 2002 01:18:53 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Brooks Davis Cc: "Jeremy C. Reed" , freebsd-chat@FreeBSD.ORG Subject: Re: looking for good-printing, line drawings of BSD Daemon References: <20020416160609.A30847@Odin.AC.HMC.Edu> From: Dag-Erling Smorgrav Date: 17 Apr 2002 01:18:52 +0200 In-Reply-To: <20020416160609.A30847@Odin.AC.HMC.Edu> Message-ID: Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Brooks Davis writes: > He's not one-color, but there's one in /usr/share/examples/BSD_daemon/. It was drawn in xfig (ports/graphics/xfig), which makes it trivial to remove everything but the lines. As a quick hack, you can just edit the eps file and redefine every color except col0 to white, e.g. /col1 {0.000 0.000 1.000 srgb} bind def becomes /col1 {1.000 1.000 1.000 srgb} bind def and so on for all the colors that are actually used, except col0 which is used for the lines. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message