summaryrefslogtreecommitdiffstats
path: root/src/text.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-04-07 15:42:57 +0100
committerwout <wout@impinc.co.uk>2013-04-07 15:42:57 +0100
commitb17fb87d776aa2bed3a4978ee0d65a00eec1e6d5 (patch)
tree82cf0077dea766a3d43ee0b28ccf40bbd6ebea04 /src/text.js
parent10acb5281d2fbcf19f4a2c7a325c2fc95dccccbd (diff)
downloadsvg.js-b17fb87d776aa2bed3a4978ee0d65a00eec1e6d5.tar.gz
svg.js-b17fb87d776aa2bed3a4978ee0d65a00eec1e6d5.zip
Rebuilding after leading() with arguments
Diffstat (limited to 'src/text.js')
-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() {