Hi, On Sat, 2005-05-07 at 19:17 +0100, John Pybus wrote: > I'm new to programming with Batik. I'd like to determine the final > rendered position of particular elements in an SVG document. I > understand that I can parse the document into a DOM, and think I then > need to use the bridge package to associate the DOM with gvt Nodes which > I can query. Am I on the right track, and how would I go about doing > this? The documentation is a bit light in this area.
I think you are correct. - For pure SVG DOM you can query svgElement.getBBox() - For Batik SVG/Bridge/GVT you can query gvtNode.getBounds() Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
