From c46f4650ee33ee771769b08e36d8adff71df1209 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Mon, 22 Sep 2014 16:30:17 -0500 Subject: [PATCH] PDF.js version 1.0.529 --- bower.json | 2 +- build/pdf.combined.js | 13 +++++++------ build/pdf.js | 4 ++-- build/pdf.worker.js | 13 +++++++------ package.json | 2 +- 5 files changed, 18 insertions(+), 16 deletions(-) diff --git a/bower.json b/bower.json index 95e8219ae..308207404 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.527", + "version": "1.0.529", "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index c01717f7d..f34081be3 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.527'; -PDFJS.build = 'c0cbf5f'; +PDFJS.version = '1.0.529'; +PDFJS.build = '6d6e09b'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -40514,11 +40514,12 @@ var Jbig2Image = (function Jbig2ImageClosure() { } ]; + // See 6.2.5.7 Decoding the bitmap. var ReusedContexts = [ - 0x1CD3, // '00111001101' (template) + '0011' (at), - 0x079A, // '001111001101' + '0', - 0x00E3, // '001110001' + '1', - 0x018B // '011000101' + '1' + 0x9B25, // 10011 0110010 0101 + 0x0795, // 0011 110010 101 + 0x00E5, // 001 11001 01 + 0x0195 // 011001 0101 ]; var RefinementReusedContexts = [ diff --git a/build/pdf.js b/build/pdf.js index 9ff74bd44..59b62b908 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.527'; -PDFJS.build = 'c0cbf5f'; +PDFJS.version = '1.0.529'; +PDFJS.build = '6d6e09b'; (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 df7f10f9e..23942a07e 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.527'; -PDFJS.build = 'c0cbf5f'; +PDFJS.version = '1.0.529'; +PDFJS.build = '6d6e09b'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -35656,11 +35656,12 @@ var Jbig2Image = (function Jbig2ImageClosure() { } ]; + // See 6.2.5.7 Decoding the bitmap. var ReusedContexts = [ - 0x1CD3, // '00111001101' (template) + '0011' (at), - 0x079A, // '001111001101' + '0', - 0x00E3, // '001110001' + '1', - 0x018B // '011000101' + '1' + 0x9B25, // 10011 0110010 0101 + 0x0795, // 0011 110010 101 + 0x00E5, // 001 11001 01 + 0x0195 // 011001 0101 ]; var RefinementReusedContexts = [ diff --git a/package.json b/package.json index 278a45a58..f69902533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.527", + "version": "1.0.529", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",