소스 검색

PDF.js version 1.0.529

Yury Delendik 10 년 전
부모
커밋
c46f4650ee
5개의 변경된 파일18개의 추가작업 그리고 16개의 파일을 삭제
  1. 1 1
      bower.json
  2. 7 6
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 7 6
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.0.527",
+  "version": "1.0.529",
   "keywords": [
     "Mozilla",
     "pdf",

+ 7 - 6
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 = [

+ 2 - 2
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

+ 7 - 6
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 = [

+ 1 - 1
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",