--- In [email protected], Raks A <raks...@...> wrote: > > While searching I saw an api called getBBox(). But when I search in mozilla > documentation I do not find any such DOM API, but certain search result > mentions such an API. >
The getBBox is part of the JavaScript SVG API specs[1]. David Dailey has a nice little example of its usage[2], including handling transforms. There is also getScreenBBox(), but it's not well supported (yet). Thomas W. [1] http://www.w3.org/TR/SVGTiny12/ecmascript-binding.html#module-svg [2] http://srufaculty.sru.edu/david.dailey/svg/getCTM.svg ------------------------------------ ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> 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/

