diff options
Diffstat (limited to 'src/path.js')
-rw-r--r-- | src/path.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |