From 331068a979be8b735e92f074ce0d2438f5f2127b Mon Sep 17 00:00:00 2001 From: wout Date: Sat, 29 Dec 2012 15:20:50 +0100 Subject: Added polyline and polygon, removed cicle --- src/path.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path.js') diff --git a/src/path.js b/src/path.js index 27c28b3..fef5809 100644 --- a/src/path.js +++ b/src/path.js @@ -11,7 +11,7 @@ SVG.extend(SVG.Path, { // set path data plot: function(d) { - return this.attr('d', d || 'M0,0L0,0'); + return this.attr('d', d || 'M0,0'); }, // move path using translate -- cgit v1.2.3