Tonny Kohar wrote: > I think you could simulate layer on SVG using <g> element with > visibility attribute.
Yes, this works great. Nodes are rendered in order, so where the <g> appears in the document determines what "layer" it's in. Also, switching the "visibility" attribute is a lot faster than e.g., adding and removing the entire node. -Archie __________________________________________________________________________ Archie Cobbs * CTO, Awarix * http://www.awarix.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]