Re: [Gerbv-devel] Origin Option for Image Export
Brought to you by:
spetm,
thepurlieu
|
From: Sergey A. <aly...@gm...> - 2013-12-14 19:51:58
|
On Thu, Nov 28, 2013 at 2:33 PM, Moritz Augsburger <ml+...@mo...> wrote: > Hi, > > On 2013-11-16 11:08, Sergey Alyoshin wrote: >> It is because of default border, try to add -B 0 > > thanks, this at least partly works. Now I don't get the most right > border in the GKO file, the image just ends before. > > Is there any option have a fixed size border of some pixels (not > percentual, like -B does)? I see no such capability in current code. > Additionally, I dicovered that the svg file created from the GKO Gerber > file is just empty: Probably, it is because aperture size in this Gerber is zero. > <?xml version="1.0" encoding="UTF-8"?> > <svg xmlns="http://www.w3.org/2000/svg" > xmlns:xlink="http://www.w3.org/1999/xlink" width="1170pt" height="717pt" > viewBox="0 0 1170 717" version="1.1"> > <g id="surface1"> > </g> > </svg> |