thrownew_util.FormatError('Illegal dictionary for interpolated function');
}
varlength=c0.length;
@ -13453,8 +13446,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -13453,8 +13446,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
varversion,build;
{
exports.version=version='1.9.514';
exports.build=build='22ade754';
exports.version=version='1.9.516';
exports.build=build='336d26dd';
}
exports.getDocument=getDocument;
exports.LoopbackPort=LoopbackPort;
@ -14510,7 +14503,7 @@ var Catalog = function CatalogClosure() {
@@ -14510,7 +14503,7 @@ var Catalog = function CatalogClosure() {
@ -15629,7 +15622,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@@ -15629,7 +15622,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@ -15652,7 +15645,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@@ -15652,7 +15645,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
returnnull;
}
varkids=kidsOrEntries.get('Kids');
if(!(0,_util.isArray)(kids)){
if(!Array.isArray(kids)){
returnnull;
}
l=0;
@ -15675,7 +15668,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@@ -15675,7 +15668,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
}
}
varentries=kidsOrEntries.get(this._type);
if((0,_util.isArray)(entries)){
if(Array.isArray(entries)){
l=0;
r=entries.length-2;
while(l<=r){
@ -15787,7 +15780,7 @@ var FileSpec = function FileSpecClosure() {
@@ -15787,7 +15780,7 @@ var FileSpec = function FileSpecClosure() {
@ -15799,7 +15792,7 @@ var ObjectLoader = function () {
@@ -15799,7 +15792,7 @@ var ObjectLoader = function () {
nodesToVisit.push(rawValue);
}
}
}elseif((0,_util.isArray)(node)){
}elseif(Array.isArray(node)){
for(var_i=0,_ii=node.length;_i<_ii;_i++){
varvalue=node[_i];
if(mayHaveChildren(value)){
@ -21155,7 +21148,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -21155,7 +21148,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
xObjStateManager=newStateManager(currentState);
matrix=xobj.dict.getArray('Matrix');
if((0,_util.isArray)(matrix)&&matrix.length===6){
if(Array.isArray(matrix)&&matrix.length===6){
xObjStateManager.transform(matrix);
}
enqueueChunk();
@ -21486,7 +21479,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -21486,7 +21479,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
for(i=0,ii=widths.length;i<ii;i++){
start=xref.fetchIfRef(widths[i++]);
code=xref.fetchIfRef(widths[i]);
if((0,_util.isArray)(code)){
if(Array.isArray(code)){
for(j=0,jj=code.length;j<jj;j++){
glyphsWidths[start++]=xref.fetchIfRef(code[j]);
}
@ -21506,7 +21499,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -21506,7 +21499,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@ -21621,7 +21614,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -21621,7 +21614,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
if(!df){
thrownew_util.FormatError('Descendant fonts are not specified');
thrownew_util.FormatError('invalid font Subtype');
@ -21644,7 +21637,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -21644,7 +21637,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
hash.update(entry.name);
}elseif((0,_primitives.isRef)(entry)){
hash.update(entry.toString());
}elseif((0,_util.isArray)(entry)){
}elseif(Array.isArray(entry)){
vardiffLength=entry.length,
diffBuf=newArray(diffLength);
for(varj=0;j<diffLength;j++){
@ -23530,7 +23523,7 @@ var CFFParser = function CFFParserClosure() {
@@ -23530,7 +23523,7 @@ var CFFParser = function CFFParserClosure() {
@ -35080,8 +35073,8 @@ if (!_global_scope2.default.PDFJS) {
@@ -35080,8 +35073,8 @@ if (!_global_scope2.default.PDFJS) {
}
varPDFJS=_global_scope2.default.PDFJS;
{
PDFJS.version='1.9.514';
PDFJS.build='22ade754';
PDFJS.version='1.9.516';
PDFJS.build='336d26dd';
}
PDFJS.pdfBug=false;
if(PDFJS.verbosity!==undefined){
@ -36839,11 +36832,11 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@@ -36839,11 +36832,11 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@ -36951,7 +36944,7 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@@ -36951,7 +36944,7 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
this.save();
resetCtxToDefault(this.ctx);
this.current=newCanvasExtraState();
if((0,_util.isArray)(rect)&&rect.length===4){
if(Array.isArray(rect)&&rect.length===4){
varwidth=rect[2]-rect[0];
varheight=rect[3]-rect[1];
this.ctx.rect(rect[0],rect[1],width,height);
@ -37556,7 +37549,7 @@ var TilingPattern = function TilingPatternClosure() {
@@ -37556,7 +37549,7 @@ var TilingPattern = function TilingPatternClosure() {
@ -51178,18 +51171,18 @@ var ChoiceWidgetAnnotation = function (_WidgetAnnotation3) {
@@ -51178,18 +51171,18 @@ var ChoiceWidgetAnnotation = function (_WidgetAnnotation3) {
@ -4180,8 +4176,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -4180,8 +4176,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
varversion,build;
{
exports.version=version='1.9.514';
exports.build=build='22ade754';
exports.version=version='1.9.516';
exports.build=build='336d26dd';
}
exports.getDocument=getDocument;
exports.LoopbackPort=LoopbackPort;
@ -6992,10 +6988,10 @@ var SVGGraphics = function SVGGraphics() {
@@ -6992,10 +6988,10 @@ var SVGGraphics = function SVGGraphics() {
@ -12922,8 +12918,8 @@ if (!_global_scope2.default.PDFJS) {
@@ -12922,8 +12918,8 @@ if (!_global_scope2.default.PDFJS) {
}
varPDFJS=_global_scope2.default.PDFJS;
{
PDFJS.version='1.9.514';
PDFJS.build='22ade754';
PDFJS.version='1.9.516';
PDFJS.build='336d26dd';
}
PDFJS.pdfBug=false;
if(PDFJS.verbosity!==undefined){
@ -14681,11 +14677,11 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@@ -14681,11 +14677,11 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@ -14793,7 +14789,7 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@@ -14793,7 +14789,7 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
this.save();
resetCtxToDefault(this.ctx);
this.current=newCanvasExtraState();
if((0,_util.isArray)(rect)&&rect.length===4){
if(Array.isArray(rect)&&rect.length===4){
varwidth=rect[2]-rect[0];
varheight=rect[3]-rect[1];
this.ctx.rect(rect[0],rect[1],width,height);
@ -15398,7 +15394,7 @@ var TilingPattern = function TilingPatternClosure() {
@@ -15398,7 +15394,7 @@ var TilingPattern = function TilingPatternClosure() {
@ -13341,7 +13334,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@@ -13341,7 +13334,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@ -13364,7 +13357,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@@ -13364,7 +13357,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
returnnull;
}
varkids=kidsOrEntries.get('Kids');
if(!(0,_util.isArray)(kids)){
if(!Array.isArray(kids)){
returnnull;
}
l=0;
@ -13387,7 +13380,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@@ -13387,7 +13380,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
}
}
varentries=kidsOrEntries.get(this._type);
if((0,_util.isArray)(entries)){
if(Array.isArray(entries)){
l=0;
r=entries.length-2;
while(l<=r){
@ -13499,7 +13492,7 @@ var FileSpec = function FileSpecClosure() {
@@ -13499,7 +13492,7 @@ var FileSpec = function FileSpecClosure() {
@ -13511,7 +13504,7 @@ var ObjectLoader = function () {
@@ -13511,7 +13504,7 @@ var ObjectLoader = function () {
nodesToVisit.push(rawValue);
}
}
}elseif((0,_util.isArray)(node)){
}elseif(Array.isArray(node)){
for(var_i=0,_ii=node.length;_i<_ii;_i++){
varvalue=node[_i];
if(mayHaveChildren(value)){
@ -18867,7 +18860,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -18867,7 +18860,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
xObjStateManager=newStateManager(currentState);
matrix=xobj.dict.getArray('Matrix');
if((0,_util.isArray)(matrix)&&matrix.length===6){
if(Array.isArray(matrix)&&matrix.length===6){
xObjStateManager.transform(matrix);
}
enqueueChunk();
@ -19198,7 +19191,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -19198,7 +19191,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
for(i=0,ii=widths.length;i<ii;i++){
start=xref.fetchIfRef(widths[i++]);
code=xref.fetchIfRef(widths[i]);
if((0,_util.isArray)(code)){
if(Array.isArray(code)){
for(j=0,jj=code.length;j<jj;j++){
glyphsWidths[start++]=xref.fetchIfRef(code[j]);
}
@ -19218,7 +19211,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -19218,7 +19211,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@ -19333,7 +19326,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -19333,7 +19326,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
if(!df){
thrownew_util.FormatError('Descendant fonts are not specified');
thrownew_util.FormatError('invalid font Subtype');
@ -19356,7 +19349,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -19356,7 +19349,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
hash.update(entry.name);
}elseif((0,_primitives.isRef)(entry)){
hash.update(entry.toString());
}elseif((0,_util.isArray)(entry)){
}elseif(Array.isArray(entry)){
vardiffLength=entry.length,
diffBuf=newArray(diffLength);
for(varj=0;j<diffLength;j++){
@ -21242,7 +21235,7 @@ var CFFParser = function CFFParserClosure() {
@@ -21242,7 +21235,7 @@ var CFFParser = function CFFParserClosure() {
@ -43653,18 +43646,18 @@ var ChoiceWidgetAnnotation = function (_WidgetAnnotation3) {
@@ -43653,18 +43646,18 @@ var ChoiceWidgetAnnotation = function (_WidgetAnnotation3) {
@ -599,18 +599,18 @@ var ChoiceWidgetAnnotation = function (_WidgetAnnotation3) {
@@ -599,18 +599,18 @@ var ChoiceWidgetAnnotation = function (_WidgetAnnotation3) {
@ -1399,7 +1399,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -1399,7 +1399,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
xObjStateManager=newStateManager(currentState);
matrix=xobj.dict.getArray('Matrix');
if((0,_util.isArray)(matrix)&&matrix.length===6){
if(Array.isArray(matrix)&&matrix.length===6){
xObjStateManager.transform(matrix);
}
enqueueChunk();
@ -1730,7 +1730,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -1730,7 +1730,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
for(i=0,ii=widths.length;i<ii;i++){
start=xref.fetchIfRef(widths[i++]);
code=xref.fetchIfRef(widths[i]);
if((0,_util.isArray)(code)){
if(Array.isArray(code)){
for(j=0,jj=code.length;j<jj;j++){
glyphsWidths[start++]=xref.fetchIfRef(code[j]);
}
@ -1750,7 +1750,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -1750,7 +1750,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@ -1865,7 +1865,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -1865,7 +1865,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
if(!df){
thrownew_util.FormatError('Descendant fonts are not specified');
thrownew_util.FormatError('invalid font Subtype');
@ -1888,7 +1888,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@@ -1888,7 +1888,7 @@ var PartialEvaluator = function PartialEvaluatorClosure() {
@ -1252,7 +1252,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@@ -1252,7 +1252,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@ -1275,7 +1275,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@@ -1275,7 +1275,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
returnnull;
}
varkids=kidsOrEntries.get('Kids');
if(!(0,_util.isArray)(kids)){
if(!Array.isArray(kids)){
returnnull;
}
l=0;
@ -1298,7 +1298,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
@@ -1298,7 +1298,7 @@ var NameOrNumberTree = function NameOrNumberTreeClosure() {
}
}
varentries=kidsOrEntries.get(this._type);
if((0,_util.isArray)(entries)){
if(Array.isArray(entries)){
l=0;
r=entries.length-2;
while(l<=r){
@ -1410,7 +1410,7 @@ var FileSpec = function FileSpecClosure() {
@@ -1410,7 +1410,7 @@ var FileSpec = function FileSpecClosure() {
@ -1581,8 +1581,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -1581,8 +1581,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@ -1362,11 +1362,11 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@@ -1362,11 +1362,11 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@ -1474,7 +1474,7 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@@ -1474,7 +1474,7 @@ var CanvasGraphics = function CanvasGraphicsClosure() {