diff options
author | Pushkar Joshi | 2012-03-12 15:02:07 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-03-12 15:02:07 -0700 |
commit | 00b1e6a9bed04172ad84bdd810f1bd999e8fa0eb (patch) | |
tree | 0a5d15487f660a58a574c9d0f19a4b647c1c86ae /js/components | |
parent | fcab2a14f8de302948d38f55db41e2c1c92baa34 (diff) | |
download | ninja-00b1e6a9bed04172ad84bdd810f1bd999e8fa0eb.tar.gz |
bug fixes for spline interpolation
AND
Laplacian smoothing for denoising
AND
code cleanup (removing blocks of commented code)
Diffstat (limited to 'js/components')
-rwxr-xr-x | js/components/tools-properties/brush-properties.reel/brush-properties.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tools-properties/brush-properties.reel/brush-properties.html b/js/components/tools-properties/brush-properties.reel/brush-properties.html index d96bd1ba..608111bd 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.html +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.html | |||
@@ -70,7 +70,7 @@ | |||
70 | <body> | 70 | <body> |
71 | <div id="brushProperties" class="subToolHolderPanel"> | 71 | <div id="brushProperties" class="subToolHolderPanel"> |
72 | <div id="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;"> | 72 | <div id="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;"> |
73 | <label class="label"> Stroke:</label> | 73 | <label class="label"> Width:</label> |
74 | <div id="strokeSize" class="label"></div> | 74 | <div id="strokeSize" class="label"></div> |
75 | <label class="label"> Hardness:</label> | 75 | <label class="label"> Hardness:</label> |
76 | <div id="strokeHardness" class="label"></div> | 76 | <div id="strokeHardness" class="label"></div> |