Kam-Hung Soh: > Maybe because I'm not yet in the SVG mindset, the sequence of objects > seems rather obscure. Why does "transform" have a "baseVal"?
The ‘transform’ property is of type SVGAnimatedTransform, which has two properties itself: ‘baseVal’, which is the SVGTransform that represents the value specified in the ‘transform’ attribute, and ‘animVal’, which is the current animated value (the one set with an ‘animateTransform’ element). The scheme of having SVGAnimatedXXX objects having an ‘animVal’ and ‘baseVal’ or type SVGXXX is common for other non-CSS attributes of the SVG elements. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] ------------------------ Yahoo! Groups Sponsor --------------------~--> Everything you need is one�click away.� Make Yahoo! your home page�now. http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

