mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Add 'Indexed' cs abbreviation
This commit is contained in:
parent
82868ae52c
commit
1f0af7c476
4 changed files with 10 additions and 0 deletions
|
@ -135,6 +135,7 @@ var ColorSpace = (function ColorSpaceClosure() {
|
|||
basePatternCS = ColorSpace.parseToIR(basePatternCS, xref, res);
|
||||
return ['PatternCS', basePatternCS];
|
||||
case 'Indexed':
|
||||
case 'I':
|
||||
var baseIndexedCS = ColorSpace.parseToIR(cs[1], xref, res);
|
||||
var hiVal = cs[2] + 1;
|
||||
var lookup = xref.fetchIfRef(cs[3]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue