From 272be001d886b9be021262b2257850a5e84fcc5c Mon Sep 17 00:00:00 2001 From: Mike Sierra Date: Wed, 9 Oct 2013 15:16:46 -0400 Subject: [PATCH] COMMENT Element.getSubpath --- src/path.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/path.js b/src/path.js index 7f501cf..c7f758b 100644 --- a/src/path.js +++ b/src/path.js @@ -1120,6 +1120,7 @@ Snap.plugin(function (Snap, Element, Paper, glob) { elproto.getPointAtLength = function (length) { return getPointAtLength(this.attr("d"), length); }; + // SIERRA Element.getSubpath(): Similar to the problem for Element.getPointAtLength(). Unclear how this would work for a segmented path. Overall, the concept of _subpath_ and what I'm calling a _segment_ (series of non-_M_ or _Z_ commands) is unclear. /*\ * Element.getSubpath [ method ]