Did you try to use getBBox() on your path element? If it's not working try to put your path element inside a g element, and call getBBox on the g element.
Bruno --- In [email protected], "mekow" <[EMAIL PROTECTED]> wrote: > > With the exception of manually parsing the "d" attribute, is there a > way to get a boundbox around a path? I have county data represented by > paths and I'd like to get square around them... > > > Thank you > Arian > ----- 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/

