From 8fe0d011088447379e331218453a974f0b397405 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Mon, 28 Mar 2016 23:07:16 +0100 Subject: [PATCH] PDF.js version 1.4.166 - See mozilla/pdf.js@553928c26e0de247af07e0613cc84242fb430e09 --- bower.json | 2 +- build/pdf.combined.js | 6 +++--- build/pdf.js | 4 ++-- build/pdf.worker.js | 6 +++--- package.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index 668b53ada..f98a301af 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.4.164", + "version": "1.4.166", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index ff06f920a..1821b26eb 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.4.164'; -var pdfjsBuild = '27dd386'; +var pdfjsVersion = '1.4.166'; +var pdfjsBuild = '553928c'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -48086,7 +48086,7 @@ var Annotation = (function AnnotationClosure() { var dict = params.dict; this.setFlags(dict.get('F')); - this.setRectangle(dict.get('Rect')); + this.setRectangle(dict.getArray('Rect')); this.setColor(dict.get('C')); this.setBorderStyle(dict); this.appearance = getDefaultAppearance(dict); diff --git a/build/pdf.js b/build/pdf.js index e1e26a83a..fddf5c147 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.4.164'; -var pdfjsBuild = '27dd386'; +var pdfjsVersion = '1.4.166'; +var pdfjsBuild = '553928c'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 0fac91b6d..de86978d5 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.4.164'; -var pdfjsBuild = '27dd386'; +var pdfjsVersion = '1.4.166'; +var pdfjsBuild = '553928c'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -39928,7 +39928,7 @@ var Annotation = (function AnnotationClosure() { var dict = params.dict; this.setFlags(dict.get('F')); - this.setRectangle(dict.get('Rect')); + this.setRectangle(dict.getArray('Rect')); this.setColor(dict.get('C')); this.setBorderStyle(dict); this.appearance = getDefaultAppearance(dict); diff --git a/package.json b/package.json index 23f0775d7..85ba9c94a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.4.164", + "version": "1.4.166", "main": "build/pdf.js", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [