X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7+dev X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: inbox From: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Mail-Followup-To: geda-user AT delorie DOT com Subject: Re: [geda-user] schematics and curves in text In-reply-to: References: <20210802152417 DOT 4BD8E83DE4BE AT turkos DOT aspodata DOT se> Comments: In-reply-to "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" message dated "Tue, 03 Aug 2021 01:49:19 +0300." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20210803062354.45CAD83DE4D1@turkos.aspodata.se> Date: Tue, 3 Aug 2021 08:23:54 +0200 (CEST) X-Virus-Scanned: ClamAV using ClamSMTP Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Vladimir: > On Mon, Aug 02, 2021 at 05:24:17PM +0200, karl AT aspodata DOT se [via geda-user AT delorie DOT com] wrote: ... > > On page 2, in "Figur 3" (inv3.sch in source dir), ends of pins > > and nets is rendered as small squares. > > > > Is there a way to make thoose small squares disappear ? > > The trick I used a few years ago was disabling 'net-endpoint' > color in 'print-color-map' by setting it to #f, defining other > colors as black or white, and exporting my images with the --color > option. The print color map may be defined in gafrc as follows: ... (print-color-map '((net-endpoint #f))) works nicely, thanks. Regards, /Karl Hammar