COMMENT Element.getSubpath

master
Mike Sierra 2013-10-09 15:16:46 -04:00
parent cef235cb87
commit 272be001d8
1 changed files with 1 additions and 0 deletions

View File

@ -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 ]