[EMAIL PROTECTED] schrieb: > > Hi Holger, > > That was a really good tip. I think this should work for me. I tried > it out > and it so far appears to have the potential. The use element along with > correspondingElement is what I'm planning to use.
great i could help, good luck with your project ! > > I had tried the second approach you mentioned of loading the SVG using > getURL(). The problem with that approach for me was the CSS properties are > shared by the main document. So, if I have style with the same name > such as > .st3 - that goes global i.e. if the included SVG has a style called .st3 > and the parent SVG also has a .st3 style then the new style for st3 > appears > across the composite document even if the included SVG is within an SVG > block - it looks like style information is global and not scoped to the > enclosing SVG. i believe i remember some diferences between ASV6 and Batik concerning the scope of stylesheets, but im not exacly sure, so you should test this in both viewers. > > The use element retains this scoping and hence works well. > > Thanks, > > Shreesh ----- 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/

