Re: [svg-developers] Help needed from a Batik expert

2006-11-02 Thread Cameron McCormack
Hi Ilya. ilyafrank: > I have an application that renders SVG images onto a canvas. When it > reads the SVG image, it reads in the DOM from an SVG file, converts it > to GVT using Batik's GVTBuilder.build API and stores this GVT in > memory, while the original DOM is lost. Now I need to convert th

[svg-developers] Help needed from a Batik expert

2006-11-02 Thread ilyafrank
Hi, I have an application that renders SVG images onto a canvas. When it reads the SVG image, it reads in the DOM from an SVG file, converts it to GVT using Batik's GVTBuilder.build API and stores this GVT in memory, while the original DOM is lost. Now I need to convert this GVT back to DOM, or,