T Rowley wrote: > When animation of an attribute is occuring, should getAttribute() return > the original document specified value or the current animation value? The SVG specification doesn't modify definitions from the core DOM, so getAttribute() (or, since you're talking about SVG Mobile, getAttributeNS() as the non-NS version is absent there) is totally ignorant of animation and returns the base value. -- Robin Berjon Research Scientist Expway, http://expway.com/Received on Friday, 6 May 2005 19:12:44 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:54:06 UTC