diff options
author | wout <wout@impinc.co.uk> | 2013-04-07 15:42:57 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-04-07 15:42:57 +0100 |
commit | b17fb87d776aa2bed3a4978ee0d65a00eec1e6d5 (patch) | |
tree | 82cf0077dea766a3d43ee0b28ccf40bbd6ebea04 /src/text.js | |
parent | 10acb5281d2fbcf19f4a2c7a325c2fc95dccccbd (diff) | |
download | svg.js-b17fb87d776aa2bed3a4978ee0d65a00eec1e6d5.tar.gz svg.js-b17fb87d776aa2bed3a4978ee0d65a00eec1e6d5.zip |
Rebuilding after leading() with arguments
Diffstat (limited to 'src/text.js')
-rw-r--r-- | src/text.js | 2 |
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() { |