|
|
@ -135,6 +135,7 @@ var ColorSpace = (function ColorSpaceClosure() { |
|
|
|
basePatternCS = ColorSpace.parseToIR(basePatternCS, xref, res); |
|
|
|
basePatternCS = ColorSpace.parseToIR(basePatternCS, xref, res); |
|
|
|
return ['PatternCS', basePatternCS]; |
|
|
|
return ['PatternCS', basePatternCS]; |
|
|
|
case 'Indexed': |
|
|
|
case 'Indexed': |
|
|
|
|
|
|
|
case 'I': |
|
|
|
var baseIndexedCS = ColorSpace.parseToIR(cs[1], xref, res); |
|
|
|
var baseIndexedCS = ColorSpace.parseToIR(cs[1], xref, res); |
|
|
|
var hiVal = cs[2] + 1; |
|
|
|
var hiVal = cs[2] + 1; |
|
|
|
var lookup = xref.fetchIfRef(cs[3]); |
|
|
|
var lookup = xref.fetchIfRef(cs[3]); |
|
|
|