mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix copy-paste mistake.
This commit is contained in:
parent
fc0f844539
commit
c970a4b6ae
1 changed files with 1 additions and 1 deletions
|
@ -947,7 +947,7 @@ SVGGraphics = (function SVGGraphicsClosure() {
|
|||
this.current.xcoords = [];
|
||||
},
|
||||
setStrokeColorN: function SVGGraphics_setStrokeColorN(args) {
|
||||
this.endPathcurrent.strokeColor = this._makeColorN_Pattern(args);
|
||||
this.current.strokeColor = this._makeColorN_Pattern(args);
|
||||
},
|
||||
setFillColorN: function SVGGraphics_setFillColorN(args) {
|
||||
this.current.fillColor = this._makeColorN_Pattern(args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue