Skip to content

Commit e426367

Browse files
committed
Readme fixes.
1 parent 8164587 commit e426367

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
*libresvg* is an [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics) rendering library.
66

7-
**Warning:** this software is in an early stage of the development. It doesn't guarantee to build.
8-
97
## The name
108

119
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
6260

6361
## SVG support
6462

65-
Test results using [tests/images/svg](tests/images/svg):
63+
Test results using [tests/images](tests/images):
6664

6765
[![Chart]](https://htmlpreview.github.io/?https://github.com/RazrFalcon/libresvg/blob/master/doc/support-chart.html)
6866

@@ -88,7 +86,7 @@ TL;DR
8886
*libresvg* supports [Qt] and [cairo] backends.
8987

9088
[Skia] backend is planned.
91-
q
89+
9290
## Build
9391

9492
See [doc/build.md](doc/build.md) for details.

tests/statsgen/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
- 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)
2-
- local_tests.csv - contains all tests from https://github.com/RazrFalcon/svg-tests
1+
### Usage
2+
3+
```bash
4+
./statsgen.py tests.csv ../../doc/support-table-checked.html
5+
```
File renamed without changes.

0 commit comments

Comments
 (0)