aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/brush-properties.reel
diff options
context:
space:
mode:
authorPushkar Joshi2012-03-14 15:37:09 -0700
committerPushkar Joshi2012-03-14 15:37:09 -0700
commit23baa44e0bc7bfb24e42702c1ef58bf62da083d8 (patch)
tree6efae3071b1b09e859fdefdbdac848063a22c355 /js/components/tools-properties/brush-properties.reel
parent6023f7c8258e660388ee33730601f1161f9299e9 (diff)
downloadninja-23baa44e0bc7bfb24e42702c1ef58bf62da083d8.tar.gz
PI for pen and brush strokes
Diffstat (limited to 'js/components/tools-properties/brush-properties.reel')
-rwxr-xr-xjs/components/tools-properties/brush-properties.reel/brush-properties.html7
1 files changed, 3 insertions, 4 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 cbe4c242..98442164 100755
--- a/js/components/tools-properties/brush-properties.reel/brush-properties.html
+++ b/js/components/tools-properties/brush-properties.reel/brush-properties.html
@@ -53,15 +53,14 @@
53 }, 53 },
54 54
55 "smoothingAmountHT": { 55 "smoothingAmountHT": {
56 "module": "js/components/hottextunit.reel", 56 "module": "js/components/hottext.reel",
57 "name": "HotTextUnit", 57 "name": "HotText",
58 "properties": { 58 "properties": {
59 "element": {"#": "smoothingAmount"}, 59 "element": {"#": "smoothingAmount"},
60 "minValue": 0, 60 "minValue": 0,
61 "maxValue": 100, 61 "maxValue": 100,
62 "value": 0, 62 "value": 0,
63 "decimalPlace": 10, 63 "decimalPlace": 10
64 "acceptableUnits" : ["px", "pt"]
65 } 64 }
66 }, 65 },
67 66