Hi Jon, I am using some very simple shell scripts that runs a for loop on the w3c testimages applying the various command line tools available to generate png's :) I have no idea what Bryce's rendertest code is or what it can do.
Christian
On Sat, 2005-08-20 at 13:32 -0700, Jon Phillips wrote:
On Sat, 2005-08-20 at 21:18 +0200, 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?
Are you using Bryce's rendertest code? Hopefully you both can integrate these testing methods.
Great to see more testing!
Jon