The SVGList interface provides a createItem() method that "creates an initialized item of the appropriate type for [the] list". The SVGAnimatedPathData interface contains a number of SVGList attributes which operate on elements of type SVGPathSeg. The createItem() method in these lists creates a SVGPathSeg object. However, there is no way to tell SVGList::createItem() what kind of SVGPathSeg segment to create and the SVGPathSeg interface does not provide any means of setting the segment's type. It seems that any SVGPathSeg segment created by SVGList::createItem() cannot be used. Am I overlooking something? ---- Steven Dickson, Software Developer, Savage SoftwareReceived on Tuesday, 10 October 2000 12:53:37 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 4 September 2006 18:11:11 GMT