From eff1851b2189bea8b89065980d02541cecea5ddf Mon Sep 17 00:00:00 2001 From: Nivesh Rajbhandari Date: Mon, 9 Jul 2012 11:34:24 -0700 Subject: IKNINJA-1246 - Line drawing feedback disappears when using no-color or gradient for stroke color. Signed-off-by: Nivesh Rajbhandari --- js/helper-classes/3D/draw-utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/helper-classes/3D/draw-utils.js b/js/helper-classes/3D/draw-utils.js index 9c4f31b7..a2ca3729 100755 --- a/js/helper-classes/3D/draw-utils.js +++ b/js/helper-classes/3D/draw-utils.js @@ -805,6 +805,7 @@ var DrawUtils = exports.DrawUtils = Montage.create(Component, { var obj = this._stateArray.pop(); this._lineColor = obj._lineColor; this._drawingContext.lineWidth = obj._lineWidth; + this._drawingContext.strokeStyle = obj._lineColor; } }, -- cgit v1.2.3