Hi, On Wed, 2005-08-03 at 13:32 +0200, [EMAIL PROTECTED] wrote: > > I want to use the rasterizer to transform svg text images into tiff > but I need more. > I'd like to retrieve the coordinates (pixels) of the characters > (bounding box) on the tiff output format. > Is it possible ?
Maybe you could use this trick. Try to get the bounding box of the Text before the transcoding by using eg: getBBox() then transcode the DOM to whatever format supported by Batik Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
