|
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
|
}
|
|
|
|
|
|
-PDFJS.version = '1.1.494';
|
|
|
-PDFJS.build = '82f73df';
|
|
|
+PDFJS.version = '1.1.496';
|
|
|
+PDFJS.build = 'dd9d0b8';
|
|
|
|
|
|
(function pdfjsWrapper() {
|
|
|
// Use strict in our context only - users might not want it
|
|
@@ -4350,12 +4350,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|
|
ctx.fill();
|
|
|
ctx.mozFillRule = 'nonzero';
|
|
|
} else {
|
|
|
- try {
|
|
|
- ctx.fill('evenodd');
|
|
|
- } catch (ex) {
|
|
|
- // shouldn't really happen, but browsers might think differently
|
|
|
- ctx.fill();
|
|
|
- }
|
|
|
+ ctx.fill('evenodd');
|
|
|
}
|
|
|
this.pendingEOFill = false;
|
|
|
} else {
|
|
@@ -5368,12 +5363,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|
|
ctx.clip();
|
|
|
ctx.mozFillRule = 'nonzero';
|
|
|
} else {
|
|
|
- try {
|
|
|
- ctx.clip('evenodd');
|
|
|
- } catch (ex) {
|
|
|
- // shouldn't really happen, but browsers might think differently
|
|
|
- ctx.clip();
|
|
|
- }
|
|
|
+ ctx.clip('evenodd');
|
|
|
}
|
|
|
} else {
|
|
|
ctx.clip();
|