From 1286e3de26baa3d75ec6a6eafbb2eaa11305c2e1 Mon Sep 17 00:00:00 2001 From: wout Date: Tue, 4 Mar 2014 22:19:01 +0100 Subject: Bumped to 1.0.0-rc.6 --- src/line.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/line.js') diff --git a/src/line.js b/src/line.js index bdbbcde..c11a734 100755 --- a/src/line.js +++ b/src/line.js @@ -49,7 +49,7 @@ SVG.Line = SVG.invent({ } // Set line size by width and height , size: function(width, height) { - var p = this._proportionalSize(width, height) + var p = proportionalSize(this.bbox(), width, height) return this.width(p.width).height(p.height) } -- cgit v1.2.3