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