ソースを参照

PDF.js version 1.3.131 - See mozilla/pdf.js@edf8ccc1d8b2202aef5832a85a7352ee07c69ad9

Pdf Bot 9 年 前
コミット
6138046a6d
5 ファイル変更16 行追加8 行削除
  1. 1 1
      bower.json
  2. 6 2
      build/pdf.combined.js
  3. 6 2
      build/pdf.js
  4. 2 2
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 6 - 2
build/pdf.combined.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
    typeof global !== 'undefined' ? global : this).PDFJS = {};
 }
 
-PDFJS.version = '1.3.129';
-PDFJS.build = 'f17d672';
+PDFJS.version = '1.3.131';
+PDFJS.build = 'edf8ccc';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -5833,6 +5833,10 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
     beginAnnotations: function CanvasGraphics_beginAnnotations() {
       this.save();
       this.current = new CanvasExtraState();
+
+      if (this.baseTransform) {
+        this.ctx.setTransform.apply(this.ctx, this.baseTransform);
+      }
     },
 
     endAnnotations: function CanvasGraphics_endAnnotations() {

+ 6 - 2
build/pdf.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
    typeof global !== 'undefined' ? global : this).PDFJS = {};
 }
 
-PDFJS.version = '1.3.129';
-PDFJS.build = 'f17d672';
+PDFJS.version = '1.3.131';
+PDFJS.build = 'edf8ccc';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -5834,6 +5834,10 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
     beginAnnotations: function CanvasGraphics_beginAnnotations() {
       this.save();
       this.current = new CanvasExtraState();
+
+      if (this.baseTransform) {
+        this.ctx.setTransform.apply(this.ctx, this.baseTransform);
+      }
     },
 
     endAnnotations: function CanvasGraphics_endAnnotations() {

+ 2 - 2
build/pdf.worker.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
    typeof global !== 'undefined' ? global : this).PDFJS = {};
 }
 
-PDFJS.version = '1.3.129';
-PDFJS.build = 'f17d672';
+PDFJS.version = '1.3.131';
+PDFJS.build = 'edf8ccc';
 
 (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.3.129",
+  "version": "1.3.131",
   "main": "build/pdf.js",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [