diff options
author | Valerio Virgillito | 2012-03-13 11:31:00 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-13 11:31:00 -0700 |
commit | e464677ee84361d24c77896ee465555629f739dd (patch) | |
tree | 0e7b925f4dedf27f2684915e7e247e79c4a74aff /js/lib | |
parent | 9f3307810541ca6f95d7ca6d1febe8afdcd2c101 (diff) | |
parent | 4ad1650f629e7e345eade52ed6dadc233b27cc45 (diff) | |
download | ninja-e464677ee84361d24c77896ee465555629f739dd.tar.gz |
Merge pull request #111 from pushkarjoshi/pentool
Pentool
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 |