|
|
@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
typeof global !== 'undefined' ? global : this).PDFJS = {}; |
|
|
|
typeof global !== 'undefined' ? global : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.3.156'; |
|
|
|
PDFJS.version = '1.3.158'; |
|
|
|
PDFJS.build = '3f19b3f'; |
|
|
|
PDFJS.build = '944d1e6'; |
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
@ -43069,10 +43069,8 @@ var Pattern = (function PatternClosure() { |
|
|
|
var Shadings = {}; |
|
|
|
var Shadings = {}; |
|
|
|
|
|
|
|
|
|
|
|
// A small number to offset the first/last color stops so we can insert ones to
|
|
|
|
// A small number to offset the first/last color stops so we can insert ones to
|
|
|
|
// support extend. Number.MIN_VALUE appears to be too small and breaks the
|
|
|
|
// support extend. Number.MIN_VALUE is too small and breaks the extend.
|
|
|
|
// extend. 1e-7 works in FF but chrome seems to use an even smaller sized number
|
|
|
|
Shadings.SMALL_NUMBER = 1e-6; |
|
|
|
// internally so we have to go bigger.
|
|
|
|
|
|
|
|
Shadings.SMALL_NUMBER = 1e-2; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Radial and axial shading have very similar implementations
|
|
|
|
// Radial and axial shading have very similar implementations
|
|
|
|
// If needed, the implementations can be broken into two classes
|
|
|
|
// If needed, the implementations can be broken into two classes
|
|
|
|