On Wed, 2013-10-16 at 09:20 +0200, Jasper van de Gronde wrote:
Long story short: just use the current output from Inkscape as a reference, and (optionally) divide the tests into pass and fail categories. (It would be much nicer to have the division, as it would allow us to keep track of where we are in terms of compliance, but don't let it get in the way of having usable automated testing.)
I agree. I imagine something like this:
bool pass; int compliance;
By which I mean, you have your pass/fail which can be used for regression testing and then we have a log or other data set which is purely for compliance with the svg specification. This wouldn't fail the automatic test suite, but could feed into the website to give an overview of the precision of our renderer.
Martin,