1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #917 from arturadib/check-pixels

Throw error on # of pixels mismatch
This commit is contained in:
Brendan Dahl 2011-12-13 13:31:57 -08:00
commit 868d07e289

View file

@ -249,7 +249,7 @@ var Parser = (function ParserClosure() {
if (name == 'CCITTFaxDecode' || name == 'CCF') {
return new CCITTFaxStream(stream, params);
}
TODO('filter "' + name + '" not supported yet');
warn('filter "' + name + '" not supported yet');
return stream;
}
};