At 01:21 AM 4/12/2006, you wrote: >Hi all, > >I am relatively new to the SVG technologies. I apologize if this >topic has already been discussed earlier but I couldn't find >suitable help for me >Well, I am trying to display 'selection' of the element on which >user has clicked. My SVG contains several path and text elements >which have their style defined via 'class' attribute. All my >attempts to retrieve the style of the element resulted in a big NO. >I was not able to get the existing style data.
I do something like that in a web-based drawing package I've been working on: http://srufaculty.sru.edu/david.dailey/svg/polylineBest.html (only working in IE currently) Try drawing two polygons and then see how their attributes are changed and remembered upon dragging or reshaping them. Something simpler is done in http://srufaculty.sru.edu/david.dailey/svg/angles.html which works in Firefox and IE (but is giddy in Opera) but it uses onmouseover instead of onclick to change attributes. DD ----- 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/

