--- In [email protected], "arthycharm" <[EMAIL PROTECTED]> wrote: > hai Garry, > > thanx for your reply.that was what i expected.but a small note you > have helped in the area where in a single groupid you have circles > with specific id .but what i have used is every circle will be in > induvidual group id .there would be one circle in one groupid.and i > have to connect circles of different group id. > > being beginner i tried with your code but i have not suceeded,can > provide me some more suggestions > > > thanx & regards, > arthy.
the issue your dealing here is not whether they are in a group or not, i put them in a group for eas of use the methodology i chose was to assume you don't have a fixed set of circles, but that you can tarverse the DOM looking them in some kind of relationship... in the method i did this by putting them in the group and simply traversing the group but you could traverse the DOM looking for tagName="circ" or something else that identifies your circles - maybe the group names have a commun element or something, but this would take longer and you would need a more flexible looping system to take account perhaps if you submit your SVG we could help you a little more Garry ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

