| www.delorie.com/archives/browse.cgi | search |
| 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]" <geda-user AT delorie DOT com> |
| To: | geda-user AT delorie DOT com |
| Subject: | Re: [geda-user] export eps, clips too much |
| In-reply-to: | <20210810170005.6815083DF0CC@turkos.aspodata.se> |
| References: | <20210810170005 DOT 6815083DF0CC AT turkos DOT aspodata DOT se> |
| Comments: | In-reply-to "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
| message dated "Tue, 10 Aug 2021 19:00:05 +0200." | |
| Mime-Version: | 1.0 |
| Message-Id: | <20210811165705.4678580C6FA7@turkos.aspodata.se> |
| Date: | Wed, 11 Aug 2021 18:57:05 +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 |
Karl:
> when doing this:
> lepton-cli export -f eps -k 1mm -m 0:0:0:0 --no-color -o margin.sch.bw.eps margin.sch
>
> with the file in:
> http://aspodata.se/tmp/Test/lepton-cli_export/
>
> I get an eps which is missing the bottom line.
The test file is wery simple, just two lines, and the bottom doesn't
show up in the eps.
$ cat margin.sch
v 20210731 2
L 1800 7200 2200 7200 3 2 2 0 -1 -1
L 1900 8000 1900 7200 3 2 2 0 -1 -1
$
I tested with:
$ lepton-cli export -f eps -k 1mm -m 0:0:0:0 --no-color -o lepton.eps margin.sch
$ gaf export -f eps -k 1mm -m 0:0:0:0 --no-color -o gaf.eps margin.sch
$ diff gaf.eps lepton.eps
83c83
< 0 j
---
> 1 j
$ grep /j *.eps
gaf.eps:/j { setlinejoin } bind def
lepton.eps:/j { setlinejoin } bind def
$
and the only difference is the join style.
Regards,
/Karl Hammar
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |