Browse Source

PDF.js version 1.0.663

master v1.0.663
Yury Delendik 11 years ago
parent
commit
029756d87e
  1. 2
      bower.json
  2. 12
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 12
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

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

12
build/pdf.combined.js

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

4
build/pdf.js

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

12
build/pdf.worker.js vendored

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

2
package.json

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

Loading…
Cancel
Save