diff --git a/pitfall/ptest/out.bin b/pitfall/ptest/out.bin index 2870701f..20df7521 100644 Binary files a/pitfall/ptest/out.bin and b/pitfall/ptest/out.bin differ diff --git a/pitfall/ptest/test18.coffee b/pitfall/ptest/test18.coffee index c84ab964..6416b612 100644 --- a/pitfall/ptest/test18.coffee +++ b/pitfall/ptest/test18.coffee @@ -22,3 +22,6 @@ doc = new PDFDocument({compress: no}) doc.pipe(fs.createWriteStream('test18.pdf')) make doc +doc = new PDFDocument({compress: yes}) +doc.pipe(fs.createWriteStream('test18c.pdf')) +make doc diff --git a/pitfall/ptest/test18.pdf b/pitfall/ptest/test18.pdf index ae4cb4d4..ebaa46e6 100644 Binary files a/pitfall/ptest/test18.pdf and b/pitfall/ptest/test18.pdf differ diff --git a/pitfall/ptest/test18.rkt b/pitfall/ptest/test18.rkt index 4791d4a2..1ba0f37d 100644 --- a/pitfall/ptest/test18.rkt +++ b/pitfall/ptest/test18.rkt @@ -24,4 +24,4 @@ (make-doc this #f proc) (define-runtime-path that "test18crkt.pdf") -(make-doc that #t proc #:pdfkit #f) \ No newline at end of file +(make-doc that #t proc) \ No newline at end of file diff --git a/pitfall/ptest/test18c.pdf b/pitfall/ptest/test18c.pdf new file mode 100644 index 00000000..64adef12 Binary files /dev/null and b/pitfall/ptest/test18c.pdf differ diff --git a/pitfall/ptest/test18crkt.pdf b/pitfall/ptest/test18crkt.pdf new file mode 100644 index 00000000..30e803b8 Binary files /dev/null and b/pitfall/ptest/test18crkt.pdf differ diff --git a/pitfall/ptest/test18rkt.pdf b/pitfall/ptest/test18rkt.pdf new file mode 100644 index 00000000..f85cc44b Binary files /dev/null and b/pitfall/ptest/test18rkt.pdf differ diff --git a/pitfall/ptest/test19.coffee b/pitfall/ptest/test19.coffee index 27b30352..8d481473 100644 --- a/pitfall/ptest/test19.coffee +++ b/pitfall/ptest/test19.coffee @@ -21,3 +21,6 @@ doc = new PDFDocument({compress: no}) doc.pipe(fs.createWriteStream('test19.pdf')) make doc +doc = new PDFDocument({compress: yes}) +doc.pipe(fs.createWriteStream('test19c.pdf')) +make doc \ No newline at end of file diff --git a/pitfall/ptest/test19.pdf b/pitfall/ptest/test19.pdf index 59cd3e79..5606633a 100644 Binary files a/pitfall/ptest/test19.pdf and b/pitfall/ptest/test19.pdf differ diff --git a/pitfall/ptest/test19.rkt b/pitfall/ptest/test19.rkt index c80680f7..e5861924 100644 --- a/pitfall/ptest/test19.rkt +++ b/pitfall/ptest/test19.rkt @@ -22,4 +22,4 @@ (make-doc this #f proc) (define-runtime-path that "test19crkt.pdf") -(make-doc that #t proc #:pdfkit #f) +(make-doc that #t proc) diff --git a/pitfall/ptest/test19c.pdf b/pitfall/ptest/test19c.pdf new file mode 100644 index 00000000..da83631d Binary files /dev/null and b/pitfall/ptest/test19c.pdf differ diff --git a/pitfall/ptest/test19crkt.pdf b/pitfall/ptest/test19crkt.pdf index ebe98a5c..f61b08a5 100644 Binary files a/pitfall/ptest/test19crkt.pdf and b/pitfall/ptest/test19crkt.pdf differ diff --git a/pitfall/ptest/test19rkt.pdf b/pitfall/ptest/test19rkt.pdf index 358a649e..3d8765cd 100644 Binary files a/pitfall/ptest/test19rkt.pdf and b/pitfall/ptest/test19rkt.pdf differ diff --git a/pitfall/ptest/test20.coffee b/pitfall/ptest/test20.coffee index 371b7c35..6158bea9 100644 --- a/pitfall/ptest/test20.coffee +++ b/pitfall/ptest/test20.coffee @@ -20,3 +20,7 @@ doc = new PDFDocument({compress: no}) doc.pipe(fs.createWriteStream('test20.pdf')) make doc +doc = new PDFDocument({compress: yes}) +doc.pipe(fs.createWriteStream('test20c.pdf')) +make doc + diff --git a/pitfall/ptest/test20.pdf b/pitfall/ptest/test20.pdf index 53d9003c..387ba139 100644 Binary files a/pitfall/ptest/test20.pdf and b/pitfall/ptest/test20.pdf differ diff --git a/pitfall/ptest/test20c.pdf b/pitfall/ptest/test20c.pdf new file mode 100644 index 00000000..42595f9f Binary files /dev/null and b/pitfall/ptest/test20c.pdf differ