Being a web kindof guy, I would favour using Phantom JS , a headless WebKit browser, and use that to render svg .. You can even place the svg into the dom and manipulate as much as you like before exporting
Sent from my iPhone > On 4 Oct 2013, at 12:55, David Leunen <[email protected]> wrote: > > You can also try Batik (Java) : > > http://xmlgraphics.apache.org/batik/tools/rasterizer.html > > I think it's the best implementation so far. > > >> On Thu, Oct 3, 2013 at 11:02 AM, <[email protected]> wrote: >> >> >> Hi All, >> >> I am new in Salable Vector Graphics. >> I want to write my own program to read a SVG file and convert it into raw >> format. >> I have found linux provides librsvg.so library to perform this. I want to >> know how to use this library. Is there any sample program or guide available >> explaining how to use librsvg.so ?? >> >> Any help will be highly appreciated. >> >> Thanks in advance, >> >> - Subhra > >

