From e426367088ee6e5f7d041b2cb51ba1da72afdff0 Mon Sep 17 00:00:00 2001 From: Reizner Evgeniy Date: Mon, 18 Dec 2017 20:10:46 +0200 Subject: [PATCH] Readme fixes. --- README.md | 6 ++---- tests/statsgen/README.md | 7 +++++-- tests/statsgen/{local_tests.csv => tests.csv} | 0 3 files changed, 7 insertions(+), 6 deletions(-) rename tests/statsgen/{local_tests.csv => tests.csv} (100%) diff --git a/README.md b/README.md index e4de1ad75..f69e6ea39 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ *libresvg* is an [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics) rendering library. -**Warning:** this software is in an early stage of the development. It doesn't guarantee to build. - ## The name It's called **lib-re-svg** and not **libre-svg**, because it's an alternative to @@ -62,7 +60,7 @@ of the SVG Tiny 1.2 subset. In simple terms - it correctly renders only very sim ## SVG support -Test results using [tests/images/svg](tests/images/svg): +Test results using [tests/images](tests/images): [![Chart]](https://htmlpreview.github.io/?https://github.com/RazrFalcon/libresvg/blob/master/doc/support-chart.html) @@ -88,7 +86,7 @@ TL;DR *libresvg* supports [Qt] and [cairo] backends. [Skia] backend is planned. -q + ## Build See [doc/build.md](doc/build.md) for details. diff --git a/tests/statsgen/README.md b/tests/statsgen/README.md index b16c9c14e..72b41aaff 100644 --- a/tests/statsgen/README.md +++ b/tests/statsgen/README.md @@ -1,2 +1,5 @@ -- svg_test_suite.csv - contains all tests from [W3C SVG 1.1 TestSuite](http://www.w3.org/Graphics/SVG/Test/20110816/archives/W3C_SVG_11_TestSuite.tar.gz) -- local_tests.csv - contains all tests from https://github.com/RazrFalcon/svg-tests +### Usage + +```bash +./statsgen.py tests.csv ../../doc/support-table-checked.html +``` diff --git a/tests/statsgen/local_tests.csv b/tests/statsgen/tests.csv similarity index 100% rename from tests/statsgen/local_tests.csv rename to tests/statsgen/tests.csv