christian@...693... wrote:
Hi everyone, I am trying to put together a page showing the status of static rendering between the various free SVG packages out there. Mostly to make sure that librsvg and inkscape renders images as identically as possible.
But Inkscape refuse to render most of the w3c testsuite from the command line. I am using this command line: inkscape -z --file=$i --export-png= $NAME_NO_EXT.png --export-width=160 --export-height=120
Which generate the result you can see on the current testpage:
http://www.linuxrising.org/svg_test/test.html
Any suggestions?
Christian
Keep in mind that neither Inkscape nor librsvg render SVG completely or totally correctly. The best renderers that we know of, are Batik and Adobe. We should not consider librsvg to be a benchmark, but compare both librsvg and Inkscape to those, and try to emulate them in their good qualities, else work toward the SVG spec directly.
Bob