Hi, On Tue, 2005-09-13 at 11:16 -0300, Ing. Angel Monticelli wrote: > Hi everyone! > > I've trying to use Batik lib to convert text to path (text to curves > transformation), but I can't do it. > I need some help of experienced users please!
If you do not mind using Batik GVT part instead of pure SVG DOM, you could convert text,rect,circle,etc to path by eg: GraphicsNode gvtNode = bridgeContext.getGraphicsNode(txtElement); Shape s = gvtNode.getOutline(); Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
