From: sbarman Date: Fri, 15 Jul 2011 18:41:39 +0000 (-0700) Subject: fix type X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c438a8748a9ac46155d9844ea7ba19a70c4df231;p=pdf.js.git fix type --- diff --git a/pdf.js b/pdf.js index d371330..fe2d38a 100644 --- a/pdf.js +++ b/pdf.js @@ -4055,7 +4055,7 @@ var CanvasGraphics = (function() { } var strokeColor = this.current.strokeColor; - if (stokeColor && strokeColor.type === "Pattern") { + if (strokeColor && strokeColor.type === "Pattern") { ctx.save(); ctx.strokeStyle = strokeColor.getPattern(ctx); ctx.stroke();