diff options
author | Pushkar Joshi | 2012-03-13 08:22:06 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-03-13 08:22:06 -0700 |
commit | 730c42e005b1ebd96448e3bc2dd700ffd8909cb5 (patch) | |
tree | 1c2c166ec621d075d56ab8f96f29f609eef066d3 /js/lib | |
parent | 46b2e561fa6ca054cad58e4c372a598bbb7ee2c9 (diff) | |
download | ninja-730c42e005b1ebd96448e3bc2dd700ffd8909cb5.tar.gz |
turn off the fill color for pen tool paths by default
Diffstat (limited to 'js/lib')
-rwxr-xr-x | js/lib/geom/sub-path.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/geom/sub-path.js b/js/lib/geom/sub-path.js index 0a65511b..017cca92 100755 --- a/js/lib/geom/sub-path.js +++ b/js/lib/geom/sub-path.js | |||
@@ -73,7 +73,7 @@ var GLSubpath = function GLSubpath() { | |||
73 | this._materialAmbient = [0.2, 0.2, 0.2, 1.0]; | 73 | this._materialAmbient = [0.2, 0.2, 0.2, 1.0]; |
74 | this._materialDiffuse = [0.4, 0.4, 0.4, 1.0]; | 74 | this._materialDiffuse = [0.4, 0.4, 0.4, 1.0]; |
75 | this._materialSpecular = [0.4, 0.4, 0.4, 1.0]; | 75 | this._materialSpecular = [0.4, 0.4, 0.4, 1.0]; |
76 | this._fillColor = [0.4, 0.4, 0.4, 1.0]; | 76 | this._fillColor = [1.0, 1.0, 1.0, 0.0]; |
77 | this._fillMaterial = null; | 77 | this._fillMaterial = null; |
78 | this._DISPLAY_ANCHOR_RADIUS = 5; | 78 | this._DISPLAY_ANCHOR_RADIUS = 5; |
79 | //drawing context | 79 | //drawing context |