|
|
|
@ -23,8 +23,8 @@
@@ -23,8 +23,8 @@
|
|
|
|
|
} |
|
|
|
|
}(this, function (exports) { |
|
|
|
|
'use strict'; |
|
|
|
|
var pdfjsVersion = '1.6.469'; |
|
|
|
|
var pdfjsBuild = '17dd2e6'; |
|
|
|
|
var pdfjsVersion = '1.6.471'; |
|
|
|
|
var pdfjsBuild = '1948a53'; |
|
|
|
|
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null; |
|
|
|
|
var pdfjsLibs = {}; |
|
|
|
|
(function pdfjsWrapper() { |
|
|
|
@ -45046,15 +45046,13 @@
@@ -45046,15 +45046,13 @@
|
|
|
|
|
} |
|
|
|
|
return pattern; |
|
|
|
|
}, |
|
|
|
|
setStrokeColorN: function CanvasGraphics_setStrokeColorN() |
|
|
|
|
{ |
|
|
|
|
this.current.strokeColor = this.getColorN_Pattern(arguments); |
|
|
|
|
}, |
|
|
|
|
setFillColorN: function CanvasGraphics_setFillColorN() |
|
|
|
|
{ |
|
|
|
|
this.current.fillColor = this.getColorN_Pattern(arguments); |
|
|
|
|
this.current.patternFill = true; |
|
|
|
|
}, |
|
|
|
|
setStrokeColorN: function CanvasGraphics_setStrokeColorN() { |
|
|
|
|
this.current.strokeColor = this.getColorN_Pattern(arguments); |
|
|
|
|
}, |
|
|
|
|
setFillColorN: function CanvasGraphics_setFillColorN() { |
|
|
|
|
this.current.fillColor = this.getColorN_Pattern(arguments); |
|
|
|
|
this.current.patternFill = true; |
|
|
|
|
}, |
|
|
|
|
setStrokeRGBColor: function CanvasGraphics_setStrokeRGBColor(r, g, b) { |
|
|
|
|
var color = Util.makeCssRgb(r, g, b); |
|
|
|
|
this.ctx.strokeStyle = color; |
|
|
|
|