Skip to content

Commit

Permalink
Readme fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Dec 18, 2017
1 parent 8164587 commit e426367
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand All @@ -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.
Expand Down
7 changes: 5 additions & 2 deletions tests/statsgen/README.md
Original file line number Diff line number Diff line change
@@ -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
```
File renamed without changes.

0 comments on commit e426367

Please sign in to comment.