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

Comparing ray/src/meta/psplot.c (file contents):
Revision 1.3 by schorsch, Sat Nov 15 02:13:37 2003 UTC vs.
Revision 1.4 by greg, Wed Jan 17 21:58:23 2018 UTC

# Line 99 | Line 99 | init(                  /* initialize */
99   {
100          printf("%%!PS-Adobe-2.0 EPSF-2.0\n");
101          printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n",
102 <                        HMARGIN+(PWIDTH-PSQUARE)/2.,
103 <                        VMARGIN+(PHEIGHT-PSQUARE)/2.,
104 <                        HMARGIN+(PWIDTH-PSQUARE)/2.+PSQUARE,
105 <                        VMARGIN+(PHEIGHT-PSQUARE)/2.+PSQUARE);
102 >                        HMARGIN+(PWIDTH-PSQUARE*1.05)/2.,
103 >                        VMARGIN+(PHEIGHT-PSQUARE*1.05)/2.,
104 >                        HMARGIN+(PWIDTH+PSQUARE*1.05)/2.,
105 >                        VMARGIN+(PHEIGHT+PSQUARE*1.05)/2.);
106          printf("%%%%DocumentFonts: Helvetica Courier\n");
107          if (id != NULL)
108                  printf("%%%%Creator: %s\n", id);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines