Explorar o código

PDF.js version 1.0.1149

Pdf Bot %!s(int64=10) %!d(string=hai) anos
pai
achega
0e561f59c2
Modificáronse 5 ficheiros con 12 adicións e 10 borrados
  1. 1 1
      bower.json
  2. 4 3
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 4 3
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 4 - 3
build/pdf.combined.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1147';
-PDFJS.build = '6bb0a48';
+PDFJS.version = '1.0.1149';
+PDFJS.build = 'bc7a110';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -23600,7 +23600,8 @@ var Font = (function FontClosure() {
             useTable = true;
             // Continue the loop since there still may be a higher priority
             // table.
-          } else if (platformId === 3 && encodingId === 1) {
+          } else if (platformId === 3 && encodingId === 1 &&
+                     (!isSymbolicFont || !potentialTable)) {
             useTable = true;
             if (!isSymbolicFont) {
               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.1147';
-PDFJS.build = '6bb0a48';
+PDFJS.version = '1.0.1149';
+PDFJS.build = 'bc7a110';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 4 - 3
build/pdf.worker.js

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

+ 1 - 1
package.json

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