| # | Line 302 | Line 302 | init( /* set up output file and start rpict */ | |
|---|---|---|
| 302 | fputnow(fp); | |
| 303 | if (pixaspect < .99 || pixaspect > 1.01) | |
| 304 | fputaspect(pixaspect, fp); | |
| 305 | + | fputprims(stdprims, fp); |
| 306 | fputformat(COLRFMT, fp); | |
| 307 | fputc('\n', fp); | |
| 308 | fprtresolu(hres*hmult, vres*vmult, fp); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |