A shadow tree is a sort of DOM node that is attached to the regular DOM, but not actually part of it. In SVG1.1, the only thing that really has any sort of shadow tree are 'use' elements. For each 'use', there is a copy of the referenced element that 'hangs off' the DOM tree at the location of the 'use' element.
This will be more important in SVG1.2, where you will be able to easily create SVG representations of non-SVG element, but that's several months off. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. | -----Original Message----- | From: m51galaxy2000 [mailto:[EMAIL PROTECTED] | Sent: Tuesday, January 18, 2005 5:09 AM | To: [email protected] | Subject: [svg-developers] What's a shadow tree | | | | Hi, | | Sorry, I'm a SVG developper newbie. I can't find on the web | an explanation about shadow tree. Can anyone tell me what's a | shadow tree ? | | Thanks. | | | | | | ----- | 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 | | | | | | | | -- | No virus found in this incoming message. | Checked by AVG Anti-Virus. | Version: 7.0.300 / Virus Database: 265.6.13 - Release Date: 1/16/2005 | | -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 1/17/2005 ----- 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/

