瀏覽代碼

PDF.js version 1.0.663

Yury Delendik 10 年之前
父節點
當前提交
029756d87e
共有 5 個文件被更改,包括 16 次插入16 次删除
  1. 1 1
      bower.json
  2. 6 6
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 6 6
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 6 - 6
build/pdf.combined.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.661';
-PDFJS.build = '84584f9';
+PDFJS.version = '1.0.663';
+PDFJS.build = '84457b7';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -23211,8 +23211,8 @@ var Type1CharString = (function Type1CharStringClosure() {
               sbx = this.stack.pop();
               this.lsb = sbx;
               this.width = wx;
-              this.stack.push(sbx);
-              error = this.executeCommand(1, COMMAND_MAP.hmoveto);
+              this.stack.push(wx, sbx);
+              error = this.executeCommand(2, COMMAND_MAP.hmoveto);
               break;
             case 14: // endchar
               this.output.push(COMMAND_MAP.endchar[0]);
@@ -23286,8 +23286,8 @@ var Type1CharString = (function Type1CharStringClosure() {
               sbx = this.stack.pop();
               this.lsb = sbx;
               this.width = wx;
-              this.stack.push(sbx, sby);
-              error = this.executeCommand(2, COMMAND_MAP.rmoveto);
+              this.stack.push(wx, sbx, sby);
+              error = this.executeCommand(3, COMMAND_MAP.rmoveto);
               break;
             case (12 << 8) + 12: // div
               if (this.stack.length < 2) {

+ 2 - 2
build/pdf.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.661';
-PDFJS.build = '84584f9';
+PDFJS.version = '1.0.663';
+PDFJS.build = '84457b7';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 6 - 6
build/pdf.worker.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.661';
-PDFJS.build = '84584f9';
+PDFJS.version = '1.0.663';
+PDFJS.build = '84457b7';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -18351,8 +18351,8 @@ var Type1CharString = (function Type1CharStringClosure() {
               sbx = this.stack.pop();
               this.lsb = sbx;
               this.width = wx;
-              this.stack.push(sbx);
-              error = this.executeCommand(1, COMMAND_MAP.hmoveto);
+              this.stack.push(wx, sbx);
+              error = this.executeCommand(2, COMMAND_MAP.hmoveto);
               break;
             case 14: // endchar
               this.output.push(COMMAND_MAP.endchar[0]);
@@ -18426,8 +18426,8 @@ var Type1CharString = (function Type1CharStringClosure() {
               sbx = this.stack.pop();
               this.lsb = sbx;
               this.width = wx;
-              this.stack.push(sbx, sby);
-              error = this.executeCommand(2, COMMAND_MAP.rmoveto);
+              this.stack.push(wx, sbx, sby);
+              error = this.executeCommand(3, COMMAND_MAP.rmoveto);
               break;
             case (12 << 8) + 12: // div
               if (this.stack.length < 2) {

+ 1 - 1
package.json

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