ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pcompos.c
(Generate patch)

Comparing ray/src/px/pcompos.c (file contents):
Revision 2.4 by greg, Wed Feb 19 17:08:00 1992 UTC vs.
Revision 2.5 by greg, Tue Jun 16 16:48:41 1992 UTC

# Line 338 | Line 338 | int  *xp, *yp;
338          char  com[128];
339          FILE  *fp;
340  
341 <        sprintf(com, "psign -h %d '%.30s' | pfilt -1 -x /2 -y /2",
342 <                        2*labelht, s);
341 >        sprintf(com, "psign -s -.2 -h %d '%.30s'", labelht, s);
342          if ((fp = popen(com, "r")) == NULL)
343                  return(NULL);
344          if (checkheader(fp, COLRFMT, NULL) < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines