diff options
Diffstat (limited to 'js/lib/geom/brush-stroke.js')
-rwxr-xr-x | js/lib/geom/brush-stroke.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/lib/geom/brush-stroke.js b/js/lib/geom/brush-stroke.js index 70429ca9..9c8822a7 100755 --- a/js/lib/geom/brush-stroke.js +++ b/js/lib/geom/brush-stroke.js | |||
@@ -188,6 +188,10 @@ var BrushStroke = function GLBrushStroke() { | |||
188 | this._strokeColor = c; this._isDirty = true; | 188 | this._strokeColor = c; this._isDirty = true; |
189 | }; | 189 | }; |
190 | 190 | ||
191 | this.setFillColor = function(c){ | ||
192 | return; | ||
193 | }; //NO-OP for now as we have no fill region | ||
194 | |||
191 | this.setSecondStrokeColor = function(c){ | 195 | this.setSecondStrokeColor = function(c){ |
192 | this._secondStrokeColor=c; this._isDirty = true; | 196 | this._secondStrokeColor=c; this._isDirty = true; |
193 | } | 197 | } |