Problem with SVGStopElements 'offset' attribute

The stop element has an attribute named 'offset' which, according to the
DTD,  has type SVGLength.  However, the SVG DOM's SVGStopElement's
attribute has an SVGAnimatedNumber as its type, rather than
SVGAnimatedLength.  
---
Blaine

Received on Monday, 19 March 2001 17:42:44 UTC