diff options
author | wout <wout@impinc.co.uk> | 2014-02-05 10:51:47 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-05 10:51:47 +0100 |
commit | 050af98a7ada3280f02acf25fbaba585a264e68a (patch) | |
tree | b03c435ba69363b85e3e865723ea71757d489d37 /CHANGELOG.md | |
parent | c51d352babb75ef56fc71d93056a797d7f1d70c5 (diff) | |
download | svg.js-050af98a7ada3280f02acf25fbaba585a264e68a.tar.gz svg.js-050af98a7ada3280f02acf25fbaba585a264e68a.zip |
added pointAt() method to SVG.Path
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 43dba75..5559ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - automatic pattern creation by passing an image url or instance as `fill` attribute on elements - added `loaded()` method to image tag - fix in `animate('=').to()` +- added `pointAt()` method to `SVG.Path`, wrapping the native `getPointAtLength()` +- moved `length()` method to sugar module # v1.0rc3 (03/02/2014) @@ -13,6 +15,7 @@ - using `SVG.invent` to generate core shapes as well for leaner code - added second values for `animate('2s')` - fix for arcs in patharray `toString()` method +- added `length()` mehtod to path, wrapping the native `getTotalLength()` # v1.0rc2 (01/02/2014) |