commit
114a57456d
1 changed files with 1 additions and 1 deletions
2
pdf.js
2
pdf.js
|
@ -5233,7 +5233,7 @@ var ColorSpace = (function() {
|
||||||
constructor.parse = function colorspace_parse(cs, xref, res) {
|
constructor.parse = function colorspace_parse(cs, xref, res) {
|
||||||
if (IsName(cs)) {
|
if (IsName(cs)) {
|
||||||
var colorSpaces = res.get('ColorSpace');
|
var colorSpaces = res.get('ColorSpace');
|
||||||
if (colorSpaces) {
|
if (IsDict(colorSpaces)) {
|
||||||
var refcs = colorSpaces.get(cs.name);
|
var refcs = colorSpaces.get(cs.name);
|
||||||
if (refcs)
|
if (refcs)
|
||||||
cs = refcs;
|
cs = refcs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue