ashley maher wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Does anybody know of a reliable svg=>png renderer? > > I tried inkscape, the png image was unusable (no details) > > I tried the svg plugin for GIMP to import then save as png, image had > no detail. > > I tried rsvg-convert, again the resulting png had no detail.
Ashley, you should probably explain (or better yet post some examples to a web site) what you mean by "no detail"/ I strongly suspect that the problems you are having are a result of lines in the SVG file not aligning (ie end point and/or line width) with the grid of the pixels you are rendering to. I have had similar problems in the past and fixed the problem by editing the SVG to make all lines a multiple of 1 pixel wide and being properly alligned to the underlying grid. HTH, Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- Muslim protestors called for the implementation of Sharia Law in Britain. -- http://www.timesonline.co.uk/article/0,,2-2218601,00.html -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
