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 ab1aa87..5c8ca46 100644 --- a/src/path.js +++ b/src/path.js @@ -10,7 +10,7 @@ SVG.Path.prototype = new SVG.Shape(); SVG.extend(SVG.Path, { // set path data - data: function(d) { + plot: function(d) { return this.attr('d', d); } |