From 7cffe2c5b781c0c07601889a410ef493de291c4a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 18 May 2017 13:30:29 -0700 Subject: [PATCH] adjust tests --- pitfall/pitfall/alltest.rkt | 5 ++ pitfall/pitfall/document.rkt | 4 +- pitfall/pitfall/reference.rkt | 1 + pitfall/pitfall/test/test0crkt copy.pdf | Bin 701 -> 693 bytes pitfall/pitfall/test/test0crkt.pdf | Bin 701 -> 693 bytes pitfall/pitfall/test/test0rkt copy.pdf | 10 ++-- pitfall/pitfall/test/test0rkt.pdf | 10 ++-- pitfall/pitfall/test/test1crkt copy.pdf | 10 ++-- pitfall/pitfall/test/test1crkt.pdf | 10 ++-- pitfall/pitfall/test/test1rkt copy.pdf | 10 ++-- pitfall/pitfall/test/test1rkt.pdf | 10 ++-- pitfall/pitfall/test/test2c.coffee | 66 ++++++++++++++++++++++++ pitfall/pitfall/test/test2c.pdf | Bin 0 -> 1235 bytes pitfall/pitfall/test/test2crkt copy.pdf | Bin 1243 -> 1235 bytes pitfall/pitfall/test/test2crkt.pdf | Bin 1243 -> 1235 bytes pitfall/pitfall/test/test2rkt copy.pdf | 10 ++-- pitfall/pitfall/test/test2rkt.pdf | 10 ++-- pitfall/pitfall/test/test3c.coffee | 10 ++++ pitfall/pitfall/test/test3c.pdf | Bin 0 -> 914 bytes pitfall/pitfall/test/test3crkt copy.pdf | Bin 922 -> 914 bytes pitfall/pitfall/test/test3crkt.pdf | Bin 922 -> 914 bytes pitfall/pitfall/test/test3rkt copy.pdf | 12 ++--- pitfall/pitfall/test/test3rkt.pdf | 12 ++--- pitfall/pitfall/test/test4c.coffee | 65 +++++++++++++++++++++++ pitfall/pitfall/test/test4c.pdf | Bin 0 -> 2810 bytes pitfall/pitfall/test/test4crkt copy.pdf | Bin 2818 -> 2810 bytes pitfall/pitfall/test/test4crkt.pdf | Bin 2818 -> 2810 bytes pitfall/pitfall/test/test4rkt copy.pdf | 38 +++++++------- pitfall/pitfall/test/test4rkt.pdf | 38 +++++++------- 29 files changed, 239 insertions(+), 92 deletions(-) create mode 100644 pitfall/pitfall/test/test2c.coffee create mode 100644 pitfall/pitfall/test/test2c.pdf create mode 100644 pitfall/pitfall/test/test3c.coffee create mode 100644 pitfall/pitfall/test/test3c.pdf create mode 100644 pitfall/pitfall/test/test4c.coffee create mode 100644 pitfall/pitfall/test/test4c.pdf diff --git a/pitfall/pitfall/alltest.rkt b/pitfall/pitfall/alltest.rkt index dd055e74..46da9710 100644 --- a/pitfall/pitfall/alltest.rkt +++ b/pitfall/pitfall/alltest.rkt @@ -5,4 +5,9 @@ pitfall/test/test2 pitfall/test/test3 pitfall/test/test4 + pitfall/test/test0c + pitfall/test/test1c + pitfall/test/test2c + pitfall/test/test3c + pitfall/test/test4c pitfall/page-test)) \ No newline at end of file diff --git a/pitfall/pitfall/document.rkt b/pitfall/pitfall/document.rkt index da3cb1d7..42c3b070 100644 --- a/pitfall/pitfall/document.rkt +++ b/pitfall/pitfall/document.rkt @@ -27,8 +27,8 @@ [x 0] [y 0] [info (mhash - 'Producer "PitfallKit" - 'Creator "PitfallKit" + 'Producer "PITKIT" + 'Creator "PITKIT" 'CreationDate (seconds->date (if (test-mode) 0 (current-seconds)) #f))] ; Initialize the metadata diff --git a/pitfall/pitfall/reference.rkt b/pitfall/pitfall/reference.rkt index e83fb26a..9ea4d357 100644 --- a/pitfall/pitfall/reference.rkt +++ b/pitfall/pitfall/reference.rkt @@ -38,6 +38,7 @@ (define/contract (_write this chunk-in encoding callback) (any/c (or/c string? #f) procedure? . ->m . any/c) + #;(report* '_write (ยท this id) chunk-in) (define chunk (if (isBuffer? chunk-in) chunk-in (newBuffer (string-append chunk-in "\n")))) diff --git a/pitfall/pitfall/test/test0crkt copy.pdf b/pitfall/pitfall/test/test0crkt copy.pdf index b41c79cab83b5ef8c230c6b29b40d2308dd45157..f26c03b25e3bd9dd85391dad0450c75ce1ff174b 100644 GIT binary patch delta 72 zcmdnXx|MZ90HcIwh_`2mCYOFdQGQBka%z!+MgUl7aslHUQ9}g-5Kzcd-~uxY42;c< TCMz;c<}|n9QdM>JcjE#8>qioC delta 80 zcmdnWx|elB0HZ=?Nm^n~j(28>CYOFdQGQBka%z!+MgUxRat7lZQA-5_5Kzcd-~uxY X42&%dCQC9+=Cm;5QdM>JcjE#84%HT| diff --git a/pitfall/pitfall/test/test0crkt.pdf b/pitfall/pitfall/test/test0crkt.pdf index b41c79cab83b5ef8c230c6b29b40d2308dd45157..f26c03b25e3bd9dd85391dad0450c75ce1ff174b 100644 GIT binary patch delta 72 zcmdnXx|MZ90HcIwh_`2mCYOFdQGQBka%z!+MgUl7aslHUQ9}g-5Kzcd-~uxY42;c< TCMz;c<}|n9QdM>JcjE#8>qioC delta 80 zcmdnWx|elB0HZ=?Nm^n~j(28>CYOFdQGQBka%z!+MgUxRat7lZQA-5_5Kzcd-~uxY X42&%dCQC9+=Cm;5QdM>JcjE#84%HT| diff --git a/pitfall/pitfall/test/test0rkt copy.pdf b/pitfall/pitfall/test/test0rkt copy.pdf index f84357ef..f6cc7527 100644 --- a/pitfall/pitfall/test/test0rkt copy.pdf +++ b/pitfall/pitfall/test/test0rkt copy.pdf @@ -26,8 +26,8 @@ endobj 6 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 2 0 obj @@ -46,8 +46,8 @@ endobj xref 0 7 0000000000 65535 f -0000000403 00000 n -0000000354 00000 n +0000000395 00000 n +0000000346 00000 n 0000000186 00000 n 0000000119 00000 n 0000000015 00000 n @@ -59,5 +59,5 @@ trailer /Size 7 >> startxref -460 +452 %%EOF diff --git a/pitfall/pitfall/test/test0rkt.pdf b/pitfall/pitfall/test/test0rkt.pdf index f84357ef..f6cc7527 100644 --- a/pitfall/pitfall/test/test0rkt.pdf +++ b/pitfall/pitfall/test/test0rkt.pdf @@ -26,8 +26,8 @@ endobj 6 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 2 0 obj @@ -46,8 +46,8 @@ endobj xref 0 7 0000000000 65535 f -0000000403 00000 n -0000000354 00000 n +0000000395 00000 n +0000000346 00000 n 0000000186 00000 n 0000000119 00000 n 0000000015 00000 n @@ -59,5 +59,5 @@ trailer /Size 7 >> startxref -460 +452 %%EOF diff --git a/pitfall/pitfall/test/test1crkt copy.pdf b/pitfall/pitfall/test/test1crkt copy.pdf index 508dd601..48c01304 100644 --- a/pitfall/pitfall/test/test1crkt copy.pdf +++ b/pitfall/pitfall/test/test1crkt copy.pdf @@ -38,8 +38,8 @@ endobj 7 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 2 0 obj @@ -58,8 +58,8 @@ endobj xref 0 8 0000000000 65535 f -0000000630 00000 n -0000000581 00000 n +0000000622 00000 n +0000000573 00000 n 0000000258 00000 n 0000000163 00000 n 0000000059 00000 n @@ -72,5 +72,5 @@ trailer /Size 8 >> startxref -687 +679 %%EOF diff --git a/pitfall/pitfall/test/test1crkt.pdf b/pitfall/pitfall/test/test1crkt.pdf index 508dd601..48c01304 100644 --- a/pitfall/pitfall/test/test1crkt.pdf +++ b/pitfall/pitfall/test/test1crkt.pdf @@ -38,8 +38,8 @@ endobj 7 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 2 0 obj @@ -58,8 +58,8 @@ endobj xref 0 8 0000000000 65535 f -0000000630 00000 n -0000000581 00000 n +0000000622 00000 n +0000000573 00000 n 0000000258 00000 n 0000000163 00000 n 0000000059 00000 n @@ -72,5 +72,5 @@ trailer /Size 8 >> startxref -687 +679 %%EOF diff --git a/pitfall/pitfall/test/test1rkt copy.pdf b/pitfall/pitfall/test/test1rkt copy.pdf index f1c5089b..9d15b203 100644 --- a/pitfall/pitfall/test/test1rkt copy.pdf +++ b/pitfall/pitfall/test/test1rkt copy.pdf @@ -53,8 +53,8 @@ endobj 7 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 2 0 obj @@ -73,8 +73,8 @@ endobj xref 0 8 0000000000 65535 f -0000000752 00000 n -0000000703 00000 n +0000000744 00000 n +0000000695 00000 n 0000000258 00000 n 0000000163 00000 n 0000000059 00000 n @@ -87,5 +87,5 @@ trailer /Size 8 >> startxref -809 +801 %%EOF diff --git a/pitfall/pitfall/test/test1rkt.pdf b/pitfall/pitfall/test/test1rkt.pdf index f1c5089b..9d15b203 100644 --- a/pitfall/pitfall/test/test1rkt.pdf +++ b/pitfall/pitfall/test/test1rkt.pdf @@ -53,8 +53,8 @@ endobj 7 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 2 0 obj @@ -73,8 +73,8 @@ endobj xref 0 8 0000000000 65535 f -0000000752 00000 n -0000000703 00000 n +0000000744 00000 n +0000000695 00000 n 0000000258 00000 n 0000000163 00000 n 0000000059 00000 n @@ -87,5 +87,5 @@ trailer /Size 8 >> startxref -809 +801 %%EOF diff --git a/pitfall/pitfall/test/test2c.coffee b/pitfall/pitfall/test/test2c.coffee new file mode 100644 index 00000000..85fdf4d9 --- /dev/null +++ b/pitfall/pitfall/test/test2c.coffee @@ -0,0 +1,66 @@ +PDFDocument = require 'pdfkit' +fs = require 'fs' + +# Create a new PDFDocument +doc = new PDFDocument({compress: yes}) +doc.pipe(fs.createWriteStream('test2c.pdf')) + +doc.moveTo(0, 20) + .lineTo(100, 160) + .quadraticCurveTo(130, 200, 150, 120) + .bezierCurveTo(190, -40, 200, 200, 300, 150) # draw a bezier curve + .lineTo(400, 90) # draw another line + .stroke() # stroke the path + +doc.translate(0, 200) + +doc.polygon [100, 0], [50, 100], [150, 100] +doc.stroke() + +doc.save() +doc.translate(200, 0) +doc.circle(100, 50, 50) + .dash(5, space: 10) + .stroke() +doc.restore() + +doc.save() +doc.translate(400, 0) +doc.circle(100, 50, 50) + .lineWidth(3) + .fillOpacity(0.8) + .fillAndStroke("red", "#900") +doc.restore() + +doc.translate(0, 200) + + +# these examples are easier to see with a large line width +doc.lineWidth(25) +# line cap settings +doc.lineCap('butt') + .moveTo(50, 20) + .lineTo(100, 20) + .stroke() +doc.lineCap('round') + .moveTo(150, 20) + .lineTo(200, 20) + .stroke() +# square line cap shown with a circle instead of a line so you can see it +doc.lineCap('square') + .moveTo(250, 20) + .circle(275, 30, 15) + .stroke() +# line join settings +doc.lineJoin('miter') + .rect(50, 100, 50, 50) + .stroke() +doc.lineJoin('round') + .rect(150, 100, 50, 50) + .stroke() +doc.lineJoin('bevel') + .rect(250, 100, 50, 50) + .stroke() + + +doc.end() \ No newline at end of file diff --git a/pitfall/pitfall/test/test2c.pdf b/pitfall/pitfall/test/test2c.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8412d1db1aab4a81b85236b17cd3b844480e1e9b GIT binary patch literal 1235 zcmY!laBjnhT4F{bf5zQ5{pvvN)!x%(m`DMzNsmhiB93K}j}Mh1rF2BwAd)#!Sv3u{jeEEj9owqt%D&RgRX25FknqLH-T`?=mp9HxSvyTDci{!U<5SP( z=s%yDR%A8v`GK3_>%N{6uaAkj`~UZ9>mP=*|2BLun{oE<$6xdM{eSB|Nqm!dV*aG% z_CI6ubA+c}d@tAXuw~=ZclmWDtm_gVE;#GI+2wMG%of?Bna4T{S5-`zDaCw9Ez#o& z<57!NiH4vF;bvEMwMF@JioOe*OYDE(>G6hC7nwX&pFbSiH85jan2)dXVroDy+nCgtpf%zAv zx1=aBGbgnOTmS`UR;7acrXQ4_U!nj?+rSLwnU|KY0Lnw)Y*k#6SX2TI1xr&4E>%@m He>W}w$Rvo* literal 0 HcmV?d00001 diff --git a/pitfall/pitfall/test/test2crkt copy.pdf b/pitfall/pitfall/test/test2crkt copy.pdf index b94236de0c31c48d7c2d61223c97c035ab44a71b..7661c587c1e0bf77a6360c9fc856fd1328581c38 100644 GIT binary patch delta 72 zcmcc3d6{#A0kec>h_`2mCYOFdQGQBka%z!+MgUl7ascyOQ9}g-5Kzcd-~uxY3@l8I TCNr^I;54=1QdM>JcjE#8^A{4E delta 80 zcmcc2d7E>C0kcA8Nm^n~j(28>CYOFdQGQBka%z!+MgUxRvIp~AQA-5_5Kzcd-~uxY X3@pqHCjVl-z-ea2rK;-c@5TiHB*_=n diff --git a/pitfall/pitfall/test/test2crkt.pdf b/pitfall/pitfall/test/test2crkt.pdf index b94236de0c31c48d7c2d61223c97c035ab44a71b..7661c587c1e0bf77a6360c9fc856fd1328581c38 100644 GIT binary patch delta 72 zcmcc3d6{#A0kec>h_`2mCYOFdQGQBka%z!+MgUl7ascyOQ9}g-5Kzcd-~uxY3@l8I TCNr^I;54=1QdM>JcjE#8^A{4E delta 80 zcmcc2d7E>C0kcA8Nm^n~j(28>CYOFdQGQBka%z!+MgUxRvIp~AQA-5_5Kzcd-~uxY X3@pqHCjVl-z-ea2rK;-c@5TiHB*_=n diff --git a/pitfall/pitfall/test/test2rkt copy.pdf b/pitfall/pitfall/test/test2rkt copy.pdf index eaf0bac0..c5b1d9e1 100644 --- a/pitfall/pitfall/test/test2rkt copy.pdf +++ b/pitfall/pitfall/test/test2rkt copy.pdf @@ -118,8 +118,8 @@ endobj 9 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 2 0 obj @@ -138,8 +138,8 @@ endobj xref 0 10 0000000000 65535 f -0000001460 00000 n -0000001411 00000 n +0000001452 00000 n +0000001403 00000 n 0000000370 00000 n 0000000253 00000 n 0000000149 00000 n @@ -154,5 +154,5 @@ trailer /Size 10 >> startxref -1517 +1509 %%EOF diff --git a/pitfall/pitfall/test/test2rkt.pdf b/pitfall/pitfall/test/test2rkt.pdf index eaf0bac0..c5b1d9e1 100644 --- a/pitfall/pitfall/test/test2rkt.pdf +++ b/pitfall/pitfall/test/test2rkt.pdf @@ -118,8 +118,8 @@ endobj 9 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 2 0 obj @@ -138,8 +138,8 @@ endobj xref 0 10 0000000000 65535 f -0000001460 00000 n -0000001411 00000 n +0000001452 00000 n +0000001403 00000 n 0000000370 00000 n 0000000253 00000 n 0000000149 00000 n @@ -154,5 +154,5 @@ trailer /Size 10 >> startxref -1517 +1509 %%EOF diff --git a/pitfall/pitfall/test/test3c.coffee b/pitfall/pitfall/test/test3c.coffee new file mode 100644 index 00000000..3b18b589 --- /dev/null +++ b/pitfall/pitfall/test/test3c.coffee @@ -0,0 +1,10 @@ +PDFDocument = require 'pdfkit' +fs = require 'fs' + +# Create a new PDFDocument +doc = new PDFDocument({compress: yes}) +doc.pipe(fs.createWriteStream('test3c.pdf')) + +doc.text("Hello world") + +doc.end() \ No newline at end of file diff --git a/pitfall/pitfall/test/test3c.pdf b/pitfall/pitfall/test/test3c.pdf new file mode 100644 index 0000000000000000000000000000000000000000..4e8082263039ed63d2aed748d2960bee77088a95 GIT binary patch literal 914 zcmZWo&ubGw6fTxZn6pyE%aamF4>~jZBb(S#Y?1~;6w^(lV8~&cOyX#|BfArg9z1xe zp1g@r!Gn16qC)=wPl`A3>Pht9&^McG)28pR!+iVZecycVO}0^~UglS9lKqE4TwtJf z?~(O&LR*g?2%wE%AP9aV5o+N0+b8s<=*gg@#?WR62z#c!*{3{>NOhY+Lz|)&pe-@hKx=!*Tbi!r=~_dMDsq64SLKjTtIi60 zCkyvRT@gVJ3)iJyMTLy)K3ig_hlb(B^1YCkC2KPUu$HRXrIFfbPg}GmK>l93!w!5tIWR4AsCiV1PDG z{GTZ@`;&^2JkyDhX&0e&*^8lV+Uj?XF_{LX2XBaQpzi`_4w@>58V#e>A=*(9C|Q_O zu}0ta$oRl+v4v8n3_&R0y*&7S`>WW$^!MDE^G=I-KJ%QP_95HOeEaj`5oS7mruO^A zA^*s1w|@4Ev$7b+YfI(DrHh}PcxCPF_WNu7Pp_Z9dA9kXw7>l7er5-j7k)jxkTX*< zrJT;oI1+urpg`DBK;Ct27y6K5j)M&{0pSs57jYowFqh%&=P=HTr!dCRwz)hTtIuN= xE6gw*1#&2&ScuapMUTYNgTu&=-jsXy^Gh;(wdyjLXI?AEO+`42z^{t^HH literal 0 HcmV?d00001 diff --git a/pitfall/pitfall/test/test3crkt copy.pdf b/pitfall/pitfall/test/test3crkt copy.pdf index e0bc2b6918349682891ecfaeea8c130f0442b9d6..c196cb0c771b6f78cccc1de7b6d049df11f9cbe9 100644 GIT binary patch delta 80 zcmbQmK8bz94n_&j5O2>AO)mX_qWqN7)+IH!dAO)mX_qWqN7)+IH!d> endobj 6 0 obj @@ -65,12 +65,12 @@ endobj xref 0 8 0000000000 65535 f -0000000628 00000 n -0000000579 00000 n +0000000620 00000 n +0000000571 00000 n 0000000208 00000 n 0000000119 00000 n 0000000015 00000 n -0000000482 00000 n +0000000474 00000 n 0000000382 00000 n trailer << @@ -79,5 +79,5 @@ trailer /Size 8 >> startxref -685 +677 %%EOF diff --git a/pitfall/pitfall/test/test3rkt.pdf b/pitfall/pitfall/test/test3rkt.pdf index 0113a78b..698ba5ea 100644 --- a/pitfall/pitfall/test/test3rkt.pdf +++ b/pitfall/pitfall/test/test3rkt.pdf @@ -37,8 +37,8 @@ endobj 7 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 6 0 obj @@ -65,12 +65,12 @@ endobj xref 0 8 0000000000 65535 f -0000000628 00000 n -0000000579 00000 n +0000000620 00000 n +0000000571 00000 n 0000000208 00000 n 0000000119 00000 n 0000000015 00000 n -0000000482 00000 n +0000000474 00000 n 0000000382 00000 n trailer << @@ -79,5 +79,5 @@ trailer /Size 8 >> startxref -685 +677 %%EOF diff --git a/pitfall/pitfall/test/test4c.coffee b/pitfall/pitfall/test/test4c.coffee new file mode 100644 index 00000000..9d2f08a9 --- /dev/null +++ b/pitfall/pitfall/test/test4c.coffee @@ -0,0 +1,65 @@ +PDFDocument = require 'pdfkit' +fs = require 'fs' + +# Create a new PDFDocument +doc = new PDFDocument({compress: yes}) +doc.pipe(fs.createWriteStream('test4c.pdf')) + + +doc.font("Courier-Bold") +.fontSize(10) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Courier-BoldOblique") +.fontSize(11) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Courier-Oblique") +.fontSize(12) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Courier") +.fontSize(14) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Helvetica-Bold") +.fontSize(16) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Helvetica-BoldOblique") +.fontSize(18) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Helvetica-Oblique") +.fontSize(20) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Helvetica") +.fontSize(22) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Symbol") +.fontSize(24) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Times-Bold") +.fontSize(26) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Times-BoldItalic") +.fontSize(28) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Times-Italic") +.fontSize(30) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("Times-Roman") +.fontSize(32) +.text("Hello", lineBreak: no) +.translate(-30,30) +.font("ZapfDingbats") +.fontSize(34) +.text("Hello", lineBreak: no) + +doc.end() \ No newline at end of file diff --git a/pitfall/pitfall/test/test4c.pdf b/pitfall/pitfall/test/test4c.pdf new file mode 100644 index 0000000000000000000000000000000000000000..dd58fde2b4bee08edabadaefcaf9a9f30bb30ee2 GIT binary patch literal 2810 zcmbtWZ)h837La3^n)F=lwnZpSM01RhrNXKCXU&KAZ%2U?hjQ=4KA|j_$(%#?&n4=%&cR(c zt*K$72ogL6WF!E8P#EA~#Lx*9vw+W$i(|_um?>-l(FR&tIIO4H`RsRzCuSO{9!x+2 zQdpiU4GXM)3i^`zC^b`zC>)`z8a#%%pZJet=vT zlmMV+J17FkHCPD($(aB{HgpN_12Yl?bUKaww^rOP&ghyUf*eA%#uQ zKwa(7$Tk`?6RX6iKr};-ssw|EXh`6ZpO;WT;Dw+l_HQdY+_t-PxRWmy9}b393)_)` zJ8^CV6D_53u&0nDc21cj;$W+uGSZr!1#q{fzo=VU2`FP=UO$*1LQ||^vng!k($#UW zXs(^3JDJml3$!Myafc;qZB#YUusT>1O?6(__59%T7t>xtUhH1^KQuMP%x=fEvem{^ zK7Cg1nx4^o(#TbroysBVZOUFPkF8oVvwB-DQM3^?r=_a&W%b^4h-xBPy(=A(xRF=& zDjiw9CHvKVnJ68HNtIaDk+6lbyn-Vt4Ze|O3p7jDptF3ImIM2}T)~!Oo3y~zEeAWa zv;`9O9vUbc%WPkj6g#n=C9eTN7U`zaa)hoIsO0GKh+;b5G1IaL-77bbt8N#OcB5rp@hdhqsgG=Uxu2pT)QD!#=Ys^u*29x#96EchrS1c07J<-TeF~ zr1|)n1A}|7{oMcX#UrO?$3L}3i+u-v7-@X&usrtX*Tt^xE$^TI{MhlCOSkSkb2@fu zp>Aqm>g+`O4&kN5V^@D9TPHvGCc0;;Zc^KRedBaTL*vCw`YRvbe)D9f_{ZJP4xKCB zdUESz8joB)`O)y;1!?Eey?u|)Wx-dC9gl>9|AekY#ySuF_2rgb@BZ60F?;i!mbYR@ z&t2FsJ@os=!->1-;CmY?l3{<K!G{o6U*FoTaQ^|n6j3Vx literal 0 HcmV?d00001 diff --git a/pitfall/pitfall/test/test4crkt copy.pdf b/pitfall/pitfall/test/test4crkt copy.pdf index dad42ba2784ea6202e45006b975443e50d725a85..514744174dcda5342d6bcb85e1077b4d98cf8015 100644 GIT binary patch delta 327 zcmZn?`z5;J6_bQ#h_`2mCYOFdQGQBka%z!+MgUl7GZ(Wqo0zGIf&mC9nmnH?n!}JwRn^tsjSB#j(nAga delta 342 zcmew*+9bB&6_Z|ONm^n~j(28>CYOFdQGQBka%z!+MgWqqogG(dUP^va7MG#rG)I>*G@bmAQ#jB7i;RgShCzlFmZlgc zSXx@3iy2r8k%D<&kR${z}ymS-sIU_;T)D+ Ks;aL3Zd?Ewgi6c+ diff --git a/pitfall/pitfall/test/test4crkt.pdf b/pitfall/pitfall/test/test4crkt.pdf index dad42ba2784ea6202e45006b975443e50d725a85..514744174dcda5342d6bcb85e1077b4d98cf8015 100644 GIT binary patch delta 327 zcmZn?`z5;J6_bQ#h_`2mCYOFdQGQBka%z!+MgUl7GZ(Wqo0zGIf&mC9nmnH?n!}JwRn^tsjSB#j(nAga delta 342 zcmew*+9bB&6_Z|ONm^n~j(28>CYOFdQGQBka%z!+MgWqqogG(dUP^va7MG#rG)I>*G@bmAQ#jB7i;RgShCzlFmZlgc zSXx@3iy2r8k%D<&kR${z}ymS-sIU_;T)D+ Ks;aL3Zd?Ewgi6c+ diff --git a/pitfall/pitfall/test/test4rkt copy.pdf b/pitfall/pitfall/test/test4rkt copy.pdf index 6f4a2279..b0a15ade 100644 --- a/pitfall/pitfall/test/test4rkt copy.pdf +++ b/pitfall/pitfall/test/test4rkt copy.pdf @@ -167,8 +167,8 @@ endobj 20 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 19 0 obj @@ -299,25 +299,25 @@ endobj xref 0 21 0000000000 65535 f -0000003390 00000 n -0000003341 00000 n +0000003382 00000 n +0000003333 00000 n 0000000353 00000 n 0000000119 00000 n 0000000015 00000 n -0000002125 00000 n -0000002715 00000 n -0000002225 00000 n -0000002620 00000 n -0000003023 00000 n -0000003126 00000 n -0000002019 00000 n -0000002522 00000 n -0000002427 00000 n -0000002328 00000 n -0000003236 00000 n -0000002922 00000 n -0000002822 00000 n -0000001918 00000 n +0000002117 00000 n +0000002707 00000 n +0000002217 00000 n +0000002612 00000 n +0000003015 00000 n +0000003118 00000 n +0000002011 00000 n +0000002514 00000 n +0000002419 00000 n +0000002320 00000 n +0000003228 00000 n +0000002914 00000 n +0000002814 00000 n +0000001910 00000 n 0000001817 00000 n trailer << @@ -326,5 +326,5 @@ trailer /Size 21 >> startxref -3447 +3439 %%EOF diff --git a/pitfall/pitfall/test/test4rkt.pdf b/pitfall/pitfall/test/test4rkt.pdf index 6f4a2279..b0a15ade 100644 --- a/pitfall/pitfall/test/test4rkt.pdf +++ b/pitfall/pitfall/test/test4rkt.pdf @@ -167,8 +167,8 @@ endobj 20 0 obj << /CreationDate (D:19700101000000Z) -/Creator (PitfallKit) -/Producer (PitfallKit) +/Creator (PITKIT) +/Producer (PITKIT) >> endobj 19 0 obj @@ -299,25 +299,25 @@ endobj xref 0 21 0000000000 65535 f -0000003390 00000 n -0000003341 00000 n +0000003382 00000 n +0000003333 00000 n 0000000353 00000 n 0000000119 00000 n 0000000015 00000 n -0000002125 00000 n -0000002715 00000 n -0000002225 00000 n -0000002620 00000 n -0000003023 00000 n -0000003126 00000 n -0000002019 00000 n -0000002522 00000 n -0000002427 00000 n -0000002328 00000 n -0000003236 00000 n -0000002922 00000 n -0000002822 00000 n -0000001918 00000 n +0000002117 00000 n +0000002707 00000 n +0000002217 00000 n +0000002612 00000 n +0000003015 00000 n +0000003118 00000 n +0000002011 00000 n +0000002514 00000 n +0000002419 00000 n +0000002320 00000 n +0000003228 00000 n +0000002914 00000 n +0000002814 00000 n +0000001910 00000 n 0000001817 00000 n trailer << @@ -326,5 +326,5 @@ trailer /Size 21 >> startxref -3447 +3439 %%EOF