summaryrefslogtreecommitdiff
path: root/tools/rendersvg/README.md
blob: 851ab45211fb1300569733f6d285d0fab5a561b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# rendersvg

*rendersvg* is an [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics) rendering application.

## Build

```bash
# Build with a Qt backend
cargo build --release --features="qt-backend"
# or with a cairo backend
cargo build --release --features="cairo-backend"
# or with both.
cargo build --release --features="qt-backend cairo-backend"
```

See [BUILD.adoc](../../BUILD.adoc) for details.

## License

*rendersvg* is licensed under the [MPLv2.0](https://www.mozilla.org/en-US/MPL/).