diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1131,6 +1131,15 @@ Note: the `x` and `y` positions are tested against the relative position of the __`returns`: `boolean`__ +### length() +Get the total lengthof a path element: + +```javascript +var length = path.length() +``` + +__`returns`: `number`__ + ## Animating elements |