SVGPathElement::getPathSegAtLength()

In the WD of 2000/03/03, section 8.5 describes the SVGPathElement
interface.  SVGPathElement contains a method getPathSegAtLength() which
returns the index of the path segment at a fixed distance offset from the
start of the path.  The index into which list: pathSegList or
normalizedPathSegList?  

This is related to an an earlier note in which I noted that there isn't an
easy or convenient way for the user to specify whether they want to use
pathSegList or normalizedPathSegList by default when processing
SVGPathElements.

S.
 

Received on Tuesday, 9 May 2000 16:45:54 UTC