X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha1; d=ptd.net; s=mail; c=relaxed/simple; q=dns/txt; i=@ptd.net; t=1628703758; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=sIKcl14HPUys17iQqrS025SOGMI=; b=S4BTd2LcXkvimZdRBtAw4BHqEgz+7NoM4wkBTSne+5wMbpI1DD8A9acJGRLpGTjb DEfw+92CRUQwDy21C49MT7Zg92WkjGptE3l7t8Yy+kQ1y55vUEomkp12BlyqcLHg RwA8eSLY6cZD4SigNBdAodJs6mvanIfnTzWj+AWniGYeczWHScB4/hPW0YwTrpGG ax4DcljMZmmyaoTryFxafr2iN7A5pFIQoFQsiEr/ogFQtHpwNKKQLyqMLyMnbzoa a29PD4bK5uf34uqLSvHRzAnHXD8klpIrHCCPdkvKCE13DI5IPgPcpHfwn/Y2Oqs2 ZQyAymwDujsblmvzMWkONw==; X-Authed-Username: bWVuYXNpYW5AcHRkLm5ldA== Authentication-Results: smtp02.ptd.email-ash1.sync.lan smtp.user=; auth=pass (LOGIN) Date: Wed, 11 Aug 2021 13:42:37 -0400 From: "Stephen C. Menasian (menasian AT ptd DOT net) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] export eps, clips too much Message-ID: <20210811134237.314d5436@queeg.menasians.com> In-Reply-To: <20210811165705.4678580C6FA7@turkos.aspodata.se> References: <20210810170005 DOT 6815083DF0CC AT turkos DOT aspodata DOT se> <20210811165705 DOT 4678580C6FA7 AT turkos DOT aspodata DOT se> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Vade-Verdict: clean X-Vade-Analysis-1: gggruggvucftvghtrhhoucdtuddrgedvtddrkedugdduudehucetufdoteggodetrfdotffvucfrrhho X-Vade-Analysis-2: fhhilhgvmecuufgjpfetvefqtfdprffvffdpqfgfvfenuceurghilhhouhhtmecufedtudenucenucfj X-Vade-Analysis-3: ughrpeffhffvuffkjghfofggtgfgsehtjeertdertddvnecuhfhrohhmpedfufhtvghphhgvnhcuvedr X-Vade-Analysis-4: ucfovghnrghsihgrnhdfuceomhgvnhgrshhirghnsehpthgurdhnvghtqeenucggtffrrghtthgvrhhn X-Vade-Analysis-5: peevledthfetieejgfevffektddufedvhfelvefgveetvdevleehheeutdetkeehfeenucffohhmrghi X-Vade-Analysis-6: nhepshgthhdrsgifpdgrshhpohgurghtrgdrshgvnecukfhppeejtddrgeegrddukeejrdekfeenucev X-Vade-Analysis-7: lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeejtddrgeegrddukeejrdekfedphhgv X-Vade-Analysis-8: lhhopehquhgvvghgrdhmvghnrghsihgrnhhsrdgtohhmpdhmrghilhhfrhhomhepmhgvnhgrshhirghn X-Vade-Analysis-9: sehpthgurdhnvghtpdhrtghpthhtohepghgvuggrqdhushgvrhesuggvlhhorhhivgdrtghomhdprhgt X-Vade-Analysis-10: phhtthhopehstghmsehmvghnrghsihgrnhhsrdgtohhmpdhhohhsthepshhmthhprdhpthgurdgvmhgr X-Vade-Analysis-11: ihhlqdgrshhhuddrshihnhgtrdhlrghnpdhsphhfpehfrghilhdpughkihhmpedpnhgspghrtghpthht X-Vade-Analysis-12: ohepvddptehuthhhqdgfshgvrhepmhgvnhgrshhirghnsehpthgurdhnvght X-Vade-Client: PTD 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 On my gschem 1.10.2 (g5a69d90): If I export to pdf, all 4 sides are slightly clipped. The titleblock (and frame) borders do not show up if I open the file with xpdf or acroread. Maybe related? On Wed, 11 Aug 2021 18:57:05 +0200 (CEST) "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" wrote: > 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 > >