CCITTFaxStream: fix regression when EncodedByteAlign is true and EndOfLine is false
This commit is contained in:
parent
50fe7c8d0a
commit
b835ef425e
@ -2040,7 +2040,7 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() {
|
|||||||
|
|
||||||
if (!this.eoblock && this.row === this.rows - 1) {
|
if (!this.eoblock && this.row === this.rows - 1) {
|
||||||
this.eof = true;
|
this.eof = true;
|
||||||
} else if (this.eoline || !this.byteAlign) {
|
} else {
|
||||||
code1 = this.lookBits(12);
|
code1 = this.lookBits(12);
|
||||||
if (this.eoline) {
|
if (this.eoline) {
|
||||||
while (code1 !== EOF && code1 !== 1) {
|
while (code1 !== EOF && code1 !== 1) {
|
||||||
|
1
test/pdfs/issue5592.pdf.link
Normal file
1
test/pdfs/issue5592.pdf.link
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://www.pdf-archive.com/2014/12/29/4111112/4111112.pdf
|
@ -1926,6 +1926,13 @@
|
|||||||
"link": true,
|
"link": true,
|
||||||
"type": "eq"
|
"type": "eq"
|
||||||
},
|
},
|
||||||
|
{ "id": "issue5592",
|
||||||
|
"file": "pdfs/issue5592.pdf",
|
||||||
|
"md5": "a0750f95afa80c880f7966df7062616c",
|
||||||
|
"rounds": 1,
|
||||||
|
"link": true,
|
||||||
|
"type": "eq"
|
||||||
|
},
|
||||||
{ "id": "issue5549.pdf",
|
{ "id": "issue5549.pdf",
|
||||||
"file": "pdfs/issue5549.pdf",
|
"file": "pdfs/issue5549.pdf",
|
||||||
"md5": "6c36df6ebc583c9e18aad0ad00d257b8",
|
"md5": "6c36df6ebc583c9e18aad0ad00d257b8",
|
||||||
|
Loading…
Reference in New Issue
Block a user