2
0
Pdf Bot 10 жил өмнө
parent
commit
bf7b5a5431

+ 1 - 1
bower.json

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

+ 5 - 2
build/pdf.combined.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1207';
-PDFJS.build = '72cfa36';
+PDFJS.version = '1.0.1209';
+PDFJS.build = 'f7b3852';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -7283,6 +7283,9 @@ var SVGGraphics = (function SVGGraphicsClosure() {
           case OPS.setWordSpacing:
             this.setWordSpacing(args[0]);
             break;
+          case OPS.setHScale:
+            this.setHScale(args[0]);
+            break;
           case OPS.setTextMatrix:
             this.setTextMatrix(args[0], args[1], args[2],
                                args[3], args[4], args[5]);

+ 5 - 2
build/pdf.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1207';
-PDFJS.build = '72cfa36';
+PDFJS.version = '1.0.1209';
+PDFJS.build = 'f7b3852';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -7327,6 +7327,9 @@ var SVGGraphics = (function SVGGraphicsClosure() {
           case OPS.setWordSpacing:
             this.setWordSpacing(args[0]);
             break;
+          case OPS.setHScale:
+            this.setHScale(args[0]);
+            break;
           case OPS.setTextMatrix:
             this.setTextMatrix(args[0], args[1], args[2],
                                args[3], args[4], args[5]);

+ 2 - 2
build/pdf.worker.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1207';
-PDFJS.build = '72cfa36';
+PDFJS.version = '1.0.1209';
+PDFJS.build = 'f7b3852';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 1 - 1
package.json

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