|
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
|
}
|
|
|
|
|
|
-PDFJS.version = '1.1.478';
|
|
|
-PDFJS.build = 'a6270bb';
|
|
|
+PDFJS.version = '1.1.480';
|
|
|
+PDFJS.build = '973b15c';
|
|
|
|
|
|
(function pdfjsWrapper() {
|
|
|
// Use strict in our context only - users might not want it
|
|
@@ -4809,8 +4809,10 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|
|
var pattern;
|
|
|
if (IR[0] === 'TilingPattern') {
|
|
|
var color = IR[1];
|
|
|
+ var baseTransform = this.baseTransform ||
|
|
|
+ this.ctx.mozCurrentTransform.slice();
|
|
|
pattern = new TilingPattern(IR, color, this.ctx, this.objs,
|
|
|
- this.commonObjs, this.baseTransform);
|
|
|
+ this.commonObjs, baseTransform);
|
|
|
} else {
|
|
|
pattern = getShadingPatternFromIR(IR);
|
|
|
}
|