1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
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;
if (stokeColor && strokeColor.type === "Pattern") {
if (strokeColor && strokeColor.type === "Pattern") {
ctx.save();
ctx.strokeStyle = strokeColor.getPattern(ctx);
ctx.stroke();