removed extra restore
This commit is contained in:
parent
55bb98317d
commit
5022e2411c
1
pdf.js
1
pdf.js
@ -4045,7 +4045,6 @@ var CanvasGraphics = (function() {
|
|||||||
|
|
||||||
this.transform.apply(this, matrix);
|
this.transform.apply(this, matrix);
|
||||||
var shading = this.getShading(pattern.get("Shading"));
|
var shading = this.getShading(pattern.get("Shading"));
|
||||||
this.restore();
|
|
||||||
this.ctx.fillStyle = shading;
|
this.ctx.fillStyle = shading;
|
||||||
|
|
||||||
// HACK to get the gradient to show at the right location. If
|
// HACK to get the gradient to show at the right location. If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user