--- ray/src/util/rpiece.c 2025/07/01 19:40:35 2.68 +++ ray/src/util/rpiece.c 2025/07/02 16:54:44 2.69 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: rpiece.c,v 2.68 2025/07/01 19:40:35 greg Exp $"; +static const char RCSid[] = "$Id: rpiece.c,v 2.69 2025/07/02 16:54:44 greg Exp $"; #endif /* * Generate sections of a picture. @@ -315,7 +315,7 @@ init( /* set up output file and start rpict */ fprintview(&ourview, fp); fputc('\n', fp); fputnow(fp); - if (pixaspect < .999 || pixaspect > 1.001) + if ((pixaspect < .995) | (pixaspect > 1.005)) fputaspect(pixaspect, fp); fputprims(stdprims, fp); fputformat(COLRFMT, fp);