mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +02:00
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) {
|
||||
if (IsName(cs)) {
|
||||
var colorSpaces = res.get('ColorSpace');
|
||||
if (colorSpaces) {
|
||||
if (IsDict(colorSpaces)) {
|
||||
var refcs = colorSpaces.get(cs.name);
|
||||
if (refcs)
|
||||
cs = refcs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue