Perhaps you are getting confused by the 'shadow copy' of the used tree? When a 'use' element references a element. That element and it's children are copied into a shadow tree (mostly so we can do CSS inheritance from the use element).
Yes, this seems to be what's happening. There are <rect> elements inside of a <defs> element which are in the DOM, but don't have a corresponding object in the GraphicsNode hierarchy The <use> element references those <rects> however and they are displayed in the component as expected. What is the recommended way of getting a hold of this "shadow tree"? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
