mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 23:32:15 +02:00
Default CropBox should be the full MediaBox.
This commit is contained in:
@@ -313,8 +313,8 @@ write_page(pdfio_file_t *pdf, // I - PDF file
|
||||
|
||||
fputs("pdfioStreamPuts(...): ", stdout);
|
||||
if (pdfioStreamPuts(st,
|
||||
"0 g 18 18 559 760 re 72 72 451 648 re f*\n"
|
||||
"1 0 0 RG 18 18 559 760 re 72 72 451 648 re S\n"))
|
||||
"1 0 0 RG 0 g 5 w\n"
|
||||
"18 18 559 760 re 72 72 451 648 re B*\n"))
|
||||
puts("PASS");
|
||||
else
|
||||
return (1);
|
||||
|
Reference in New Issue
Block a user