|
@@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
}
|
|
}
|
|
|
|
|
|
-PDFJS.version = '1.3.76';
|
|
|
|
-PDFJS.build = 'f7ec866';
|
|
|
|
|
|
+PDFJS.version = '1.3.78';
|
|
|
|
+PDFJS.build = 'f93a220';
|
|
|
|
|
|
(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
|
|
@@ -4772,6 +4772,9 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|
|
|
|
|
if (isPatternFill) {
|
|
if (isPatternFill) {
|
|
ctx.save();
|
|
ctx.save();
|
|
|
|
+ if (this.baseTransform) {
|
|
|
|
+ ctx.setTransform.apply(ctx, this.baseTransform);
|
|
|
|
+ }
|
|
ctx.fillStyle = fillColor.getPattern(ctx, this);
|
|
ctx.fillStyle = fillColor.getPattern(ctx, this);
|
|
needRestore = true;
|
|
needRestore = true;
|
|
}
|
|
}
|