8 Jun
2004
8 Jun
'04
8:55 a.m.
Julien Keable wrote:
hello happy community,
I'm new-to/mixed-up-with SVG, and I'm starting my own SVG-friendly application. I need to load SVG files, modify/generate objects and their properties via API calls and render it in a buffer. While looking at cairo and librsvg to render SVG graphics, I realized (correct me if I'm wrong) their API didn't provide calls to access individual objects or their properties. Then I figured out using some existant app would be much smarter, as open source is starting to kick some serious mellons.
Have you considered Apache Batik? If you're able to use java then it is designed for just what you want, and has pretty much the fullest implementation of SVG you'll find. http://xml.apache.org/batik/
John