|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.1.494'; |
|
|
|
PDFJS.version = '1.1.496'; |
|
|
|
PDFJS.build = '82f73df'; |
|
|
|
PDFJS.build = 'dd9d0b8'; |
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
@ -4350,12 +4350,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() { |
|
|
|
ctx.fill(); |
|
|
|
ctx.fill(); |
|
|
|
ctx.mozFillRule = 'nonzero'; |
|
|
|
ctx.mozFillRule = 'nonzero'; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
try { |
|
|
|
ctx.fill('evenodd'); |
|
|
|
ctx.fill('evenodd'); |
|
|
|
|
|
|
|
} catch (ex) { |
|
|
|
|
|
|
|
// shouldn't really happen, but browsers might think differently
|
|
|
|
|
|
|
|
ctx.fill(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
this.pendingEOFill = false; |
|
|
|
this.pendingEOFill = false; |
|
|
|
} else { |
|
|
|
} else { |
|
|
@ -5368,12 +5363,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() { |
|
|
|
ctx.clip(); |
|
|
|
ctx.clip(); |
|
|
|
ctx.mozFillRule = 'nonzero'; |
|
|
|
ctx.mozFillRule = 'nonzero'; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
try { |
|
|
|
ctx.clip('evenodd'); |
|
|
|
ctx.clip('evenodd'); |
|
|
|
|
|
|
|
} catch (ex) { |
|
|
|
|
|
|
|
// shouldn't really happen, but browsers might think differently
|
|
|
|
|
|
|
|
ctx.clip(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
ctx.clip(); |
|
|
|
ctx.clip(); |
|
|
|