From c1a460fac40040ff9352e33414b1ab37da2cf6cb Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Mon, 22 Sep 2014 16:29:19 -0500 Subject: [PATCH] PDF.js version 1.0.465 --- bower.json | 2 +- build/pdf.combined.js | 5 +++-- build/pdf.js | 4 ++-- build/pdf.worker.js | 5 +++-- package.json | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 97084188d..001c94c20 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.463", + "version": "1.0.465", "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 213894bfe..a9802ccf0 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.463'; -PDFJS.build = 'c0d1701'; +PDFJS.version = '1.0.465'; +PDFJS.build = '584fef9'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -18627,6 +18627,7 @@ var LabCS = (function LabCSClosure() { return (inputLength * (3 + alpha01) / 3) | 0; }, isPassthrough: ColorSpace.prototype.isPassthrough, + fillRgb: ColorSpace.prototype.fillRgb, isDefaultDecode: function LabCS_isDefaultDecode(decodeMap) { // XXX: Decoding is handled with the lab conversion because of the strange // ranges that are used. diff --git a/build/pdf.js b/build/pdf.js index 409e8fbbd..fd02f38f3 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.463'; -PDFJS.build = 'c0d1701'; +PDFJS.version = '1.0.465'; +PDFJS.build = '584fef9'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 5f9473c1c..d1628bd48 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.463'; -PDFJS.build = 'c0d1701'; +PDFJS.version = '1.0.465'; +PDFJS.build = '584fef9'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -13773,6 +13773,7 @@ var LabCS = (function LabCSClosure() { return (inputLength * (3 + alpha01) / 3) | 0; }, isPassthrough: ColorSpace.prototype.isPassthrough, + fillRgb: ColorSpace.prototype.fillRgb, isDefaultDecode: function LabCS_isDefaultDecode(decodeMap) { // XXX: Decoding is handled with the lab conversion because of the strange // ranges that are used. diff --git a/package.json b/package.json index e9ac9a7f5..a374639bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.463", + "version": "1.0.465", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",