aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.js')
-rwxr-xr-xsrc/path.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/path.js b/src/path.js
index 76ef1ba..0345487 100755
--- a/src/path.js
+++ b/src/path.js
@@ -37,10 +37,7 @@ SVG.Path = SVG.invent({
, height: function(height) {
return height == null ? this.bbox().height : this.size(this.bbox().width, height)
}
- // Get path length
- , length: function() {
- return this.node.getTotalLength()
- }
+
}
// Add parent method