addressing reviewer comments, bug fix
This commit is contained in:
parent
b34c55cc3c
commit
30a01c5da6
@ -783,8 +783,8 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
||||
dict: baseDict,
|
||||
properties: properties
|
||||
};
|
||||
} // if (type.name == 'Type3')
|
||||
} // if (!descriptor)
|
||||
}
|
||||
}
|
||||
|
||||
// According to the spec if 'FontDescriptor' is declared, 'FirstChar',
|
||||
// 'LastChar' and 'Widths' should exist too, but some PDF encoders seem
|
||||
|
@ -358,7 +358,7 @@ var PDFView = {
|
||||
} else {
|
||||
if (moreInfo.filename)
|
||||
errorMoreInfo.value += '\n' + 'File: ' + moreInfo.filename;
|
||||
if (moreInfo.filename)
|
||||
if (moreInfo.lineNumber)
|
||||
errorMoreInfo.value += '\n' + 'Line: ' + moreInfo.lineNumber;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user