From b17fb87d776aa2bed3a4978ee0d65a00eec1e6d5 Mon Sep 17 00:00:00 2001 From: wout Date: Sun, 7 Apr 2013 15:42:57 +0100 Subject: Rebuilding after leading() with arguments --- src/text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() { -- cgit v1.2.3