summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/text.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.js b/src/text.js
index 5673a3b..afd8724 100644
--- a/src/text.js
+++ b/src/text.js
@@ -93,7 +93,7 @@ SVG.extend(SVG.Text, {
/* act as setter */
this._leading = value
- return this.rebuild()
+ return this.rebuild('leading', value)
}
// rebuild appearance type
, rebuild: function() {