mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
fix type
This commit is contained in:
parent
dd1d90213b
commit
c438a8748a
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue