On Wed, 2010-01-27 at 08:32 -0800, Donald Tillman wrote: > Hey folks, > > In gschem 1.6.0.20091004, I use the File menu to create a postscript > file for my schematic. But I can't print or view the file; there's a > postscript syntax error. > > The problem is that "lineto stroke" is written out as "linetostroke" > in the .ps file. > > Example here: > > ---------------- > 10 setlinewidth > 40800 48000 moveto 40833 48045 lineto 40900 47955 lineto 40967 48045 lineto > 41033 47955 lineto 41100 48045 lineto 41167 47955 lineto 41200 48000 > linetostroke > ---------------- > > I can work around it by hand-editing the file. > > -- Don
Good catch! Looks like a bug in the path printing code. I'll knock out a fix shortly. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

