fix type
This commit is contained in:
parent
dd1d90213b
commit
c438a8748a
2
pdf.js
2
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user