diff options
author | Nivesh Rajbhandari | 2012-04-17 10:19:20 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-04-17 10:19:20 -0700 |
commit | 2a87a750f06003fc62e8e0e73983e14ce24fc7a7 (patch) | |
tree | 9566a079910cd08542ac7b35e8bc417dcecf8d1e /js/lib/geom/line.js | |
parent | c253192a08b499ea7be46fa5438d273e51f7ec5a (diff) | |
download | ninja-2a87a750f06003fc62e8e0e73983e14ce24fc7a7.tar.gz |
IKNinja-1477 - Cannot preflight Fill color if WebGL Line shape is selected.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/lib/geom/line.js')
-rwxr-xr-x | js/lib/geom/line.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/lib/geom/line.js b/js/lib/geom/line.js index 8ee39098..bb198d83 100755 --- a/js/lib/geom/line.js +++ b/js/lib/geom/line.js | |||
@@ -33,6 +33,8 @@ var Line = function GLLine( world, xOffset, yOffset, width, height, slope, strok | |||
33 | this._scaleX = 1.0; | 33 | this._scaleX = 1.0; |
34 | this._scaleY = 1.0; | 34 | this._scaleY = 1.0; |
35 | 35 | ||
36 | this.canFill = false; | ||
37 | |||
36 | if (arguments.length > 0) { | 38 | if (arguments.length > 0) { |
37 | this._width = width; | 39 | this._width = width; |
38 | this._height = height; | 40 | this._height = height; |