From: ellson Date: Tue, 18 Oct 2005 21:06:32 +0000 (+0000) Subject: Fix for bug 787 X-Git-Tag: LAST_LIBGRAPH~32^2~7090 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2e89c530ba89866657f804c7eeed9b0bfb6c6f8;p=graphviz Fix for bug 787 --- diff --git a/lib/common/psgen.c b/lib/common/psgen.c index 7f73dfadc..9bd4f6b12 100644 --- a/lib/common/psgen.c +++ b/lib/common/psgen.c @@ -190,7 +190,7 @@ fprintf(stderr,"offset = %d,%d\n", offset.x, offset.y); "canvas size (%d,%d) exceeds PDF limit (%d)\n" "\t(suggest setting a bounding box size, see dot(1))\n", sz.x, sz.y, PDFMAX); - fprintf(Output_file, "[ /CropBox [%d %d %d %d] /PAGES pdfmark\n", + fprintf(Output_file, "[ /CropBox [%d %d %d %d] /PAGE pdfmark\n", 0, 0, sz.x, sz.y); } }