Browse Source

PDF.js version 1.7.235 - See mozilla/pdf.js@3f320f0b11a01e6dc19d7a24484eeaf9aab06495

master v1.7.235
Pdf Bot 8 years ago
parent
commit
08a8e84af4
  1. 2
      bower.json
  2. 16
      build/pdf.combined.js
  3. 16
      build/pdf.js
  4. 8
      build/pdf.min.js
  5. 4
      build/pdf.worker.js
  6. 2
      package.json

2
bower.json

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

16
build/pdf.combined.js

@ -23,8 +23,8 @@ @@ -23,8 +23,8 @@
}
}(this, function (exports) {
'use strict';
var pdfjsVersion = '1.7.233';
var pdfjsBuild = '8d684b5';
var pdfjsVersion = '1.7.235';
var pdfjsBuild = '3f320f0';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {};
(function pdfjsWrapper() {
@ -46668,13 +46668,7 @@ @@ -46668,13 +46668,7 @@
needRestore = true;
}
if (this.pendingEOFill) {
if (ctx.mozFillRule !== undefined) {
ctx.mozFillRule = 'evenodd';
ctx.fill();
ctx.mozFillRule = 'nonzero';
} else {
ctx.fill('evenodd');
}
this.pendingEOFill = false;
} else {
ctx.fill();
@ -47506,13 +47500,7 @@ @@ -47506,13 +47500,7 @@
var ctx = this.ctx;
if (this.pendingClip) {
if (this.pendingClip === EO_CLIP) {
if (ctx.mozFillRule !== undefined) {
ctx.mozFillRule = 'evenodd';
ctx.clip();
ctx.mozFillRule = 'nonzero';
} else {
ctx.clip('evenodd');
}
} else {
ctx.clip();
}

16
build/pdf.js

@ -23,8 +23,8 @@ @@ -23,8 +23,8 @@
}
}(this, function (exports) {
'use strict';
var pdfjsVersion = '1.7.233';
var pdfjsBuild = '8d684b5';
var pdfjsVersion = '1.7.235';
var pdfjsBuild = '3f320f0';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {};
(function pdfjsWrapper() {
@ -6685,13 +6685,7 @@ @@ -6685,13 +6685,7 @@
needRestore = true;
}
if (this.pendingEOFill) {
if (ctx.mozFillRule !== undefined) {
ctx.mozFillRule = 'evenodd';
ctx.fill();
ctx.mozFillRule = 'nonzero';
} else {
ctx.fill('evenodd');
}
this.pendingEOFill = false;
} else {
ctx.fill();
@ -7523,13 +7517,7 @@ @@ -7523,13 +7517,7 @@
var ctx = this.ctx;
if (this.pendingClip) {
if (this.pendingClip === EO_CLIP) {
if (ctx.mozFillRule !== undefined) {
ctx.mozFillRule = 'evenodd';
ctx.clip();
ctx.mozFillRule = 'nonzero';
} else {
ctx.clip('evenodd');
}
} else {
ctx.clip();
}

8
build/pdf.min.js vendored

File diff suppressed because one or more lines are too long

4
build/pdf.worker.js vendored

@ -23,8 +23,8 @@ @@ -23,8 +23,8 @@
}
}(this, function (exports) {
'use strict';
var pdfjsVersion = '1.7.233';
var pdfjsBuild = '8d684b5';
var pdfjsVersion = '1.7.235';
var pdfjsBuild = '3f320f0';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {};
(function pdfjsWrapper() {

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.7.233",
"version": "1.7.235",
"main": "build/pdf.js",
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [

Loading…
Cancel
Save