1
0
Fork 0
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:
terurou 2019-03-16 23:21:56 +09:00
parent fc0f844539
commit c970a4b6ae

View file

@ -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);