This commit is contained in:
sbarman 2011-07-15 11:41:39 -07:00
parent dd1d90213b
commit c438a8748a

2
pdf.js
View File

@ -4055,7 +4055,7 @@ var CanvasGraphics = (function() {
} }
var strokeColor = this.current.strokeColor; var strokeColor = this.current.strokeColor;
if (stokeColor && strokeColor.type === "Pattern") { if (strokeColor && strokeColor.type === "Pattern") {
ctx.save(); ctx.save();
ctx.strokeStyle = strokeColor.getPattern(ctx); ctx.strokeStyle = strokeColor.getPattern(ctx);
ctx.stroke(); ctx.stroke();