removed extra restore

This commit is contained in:
sbarman 2011-07-06 12:53:18 -07:00
parent 55bb98317d
commit 5022e2411c

1
pdf.js
View File

@ -4045,7 +4045,6 @@ var CanvasGraphics = (function() {
this.transform.apply(this, matrix);
var shading = this.getShading(pattern.get("Shading"));
this.restore();
this.ctx.fillStyle = shading;
// HACK to get the gradient to show at the right location. If