mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +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 = [];
|
this.current.xcoords = [];
|
||||||
},
|
},
|
||||||
setStrokeColorN: function SVGGraphics_setStrokeColorN(args) {
|
setStrokeColorN: function SVGGraphics_setStrokeColorN(args) {
|
||||||
this.endPathcurrent.strokeColor = this._makeColorN_Pattern(args);
|
this.current.strokeColor = this._makeColorN_Pattern(args);
|
||||||
},
|
},
|
||||||
setFillColorN: function SVGGraphics_setFillColorN(args) {
|
setFillColorN: function SVGGraphics_setFillColorN(args) {
|
||||||
this.current.fillColor = this._makeColorN_Pattern(args);
|
this.current.fillColor = this._makeColorN_Pattern(args);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue