[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Postscript PCB lines



> The attached script works as expected. Too bad pcb dosn't.
> The output from pcb has "setlinecap" but not "setlinejoin".

Ok, now we're getting somewhere.

Try this for the gtk pcb:

Index: dev_ps.c
===================================================================
RCS file: /cvsroot/pcb/pcb/src/dev_ps.c,v
retrieving revision 1.15
diff -p -U2 -r1.15 dev_ps.c
--- dev_ps.c	12 Mar 2005 02:17:10 -0000	1.15
+++ dev_ps.c	28 Feb 2006 16:03:25 -0000
@@ -399,5 +399,5 @@ static char *PS_InvertColorFunctions[] =
 static char *PS_Setup[] = {
   "0.0 setlinewidth",
-  "1 setlinecap",
+  "1 setlinecap 1 setlinejoin",
   "Black"
 };