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

Comparing ray/src/px/ra_ps.c (file contents):
Revision 2.13 by greg, Wed Oct 4 12:30:58 1995 UTC vs.
Revision 2.14 by greg, Wed Oct 4 16:01:32 1995 UTC

# Line 191 | Line 191 | char  *name;
191                                          /* set up transformation matrix */
192          printf("%f %f translate\n", HMARGIN, VMARGIN);
193          if (pwidth == PHEIGHT) {
194 <                printf("0 %f translate\n", PHEIGHT);
195 <                puts("-90 rotate");
194 >                printf("%f 0 translate\n", PWIDTH);
195 >                puts("90 rotate");
196          }
197          printf("%f %f translate\n", (pwidth-iwidth)*.5, (pheight-iheight)*.5);
198          printf("%f %f scale\n", iwidth, iheight);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines