Forráskód Böngészése

PDF.js version 1.0.1147

Pdf Bot 10 éve
szülő
commit
6f0b484cfe
5 módosított fájl, 16 hozzáadás és 12 törlés
  1. 1 1
      bower.json
  2. 6 4
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 6 4
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.0.1145",
+  "version": "1.0.1147",
   "main": [
     "build/pdf.js",
     "build/pdf.worker.js"

+ 6 - 4
build/pdf.combined.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1145';
-PDFJS.build = '76a24d8';
+PDFJS.version = '1.0.1147';
+PDFJS.build = '6bb0a48';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -23600,9 +23600,11 @@ var Font = (function FontClosure() {
             useTable = true;
             // Continue the loop since there still may be a higher priority
             // table.
-          } else if (!isSymbolicFont && platformId === 3 && encodingId === 1) {
+          } else if (platformId === 3 && encodingId === 1) {
             useTable = true;
-            canBreak = true;
+            if (!isSymbolicFont) {
+              canBreak = true;
+            }
           } else if (isSymbolicFont && platformId === 3 && encodingId === 0) {
             useTable = true;
             canBreak = true;

+ 2 - 2
build/pdf.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1145';
-PDFJS.build = '76a24d8';
+PDFJS.version = '1.0.1147';
+PDFJS.build = '6bb0a48';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 6 - 4
build/pdf.worker.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1145';
-PDFJS.build = '76a24d8';
+PDFJS.version = '1.0.1147';
+PDFJS.build = '6bb0a48';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -17275,9 +17275,11 @@ var Font = (function FontClosure() {
             useTable = true;
             // Continue the loop since there still may be a higher priority
             // table.
-          } else if (!isSymbolicFont && platformId === 3 && encodingId === 1) {
+          } else if (platformId === 3 && encodingId === 1) {
             useTable = true;
-            canBreak = true;
+            if (!isSymbolicFont) {
+              canBreak = true;
+            }
           } else if (isSymbolicFont && platformId === 3 && encodingId === 0) {
             useTable = true;
             canBreak = true;

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.0.1145",
+  "version": "1.0.1147",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [
     "Mozilla",