mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Brought pdf.js back up to the latest revision.
This commit is contained in:
parent
b9af0da8f8
commit
c5b889a47b
1 changed files with 5 additions and 2 deletions
7
pdf.js
7
pdf.js
|
@ -3275,8 +3275,11 @@ var CanvasGraphics = (function() {
|
|||
}
|
||||
}
|
||||
|
||||
if (bitsPerComponent !== 8)
|
||||
error("Unsupported bpc");
|
||||
if (bitsPerComponent !== 8) {
|
||||
TODO("Support bpc="+ bitsPerComponent);
|
||||
this.restore();
|
||||
return;
|
||||
}
|
||||
|
||||
var xref = this.xref;
|
||||
var colorSpaces = this.colorSpaces;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue