blob: 9f53c1774c834ef6b4cf21e57f78d0b0b2602402 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## SVG
An application that renders the [Ghostscript Tiger] by leveraging the `Svg` widget.
The __[`main`]__ file contains all the code of the example.
<div align="center">
<img src="resources/tiger.svg">
</div>
You can run it with `cargo run`:
```
cargo run --package svg
```
[`main`]: src/main.rs
[Ghostscript Tiger]: https://commons.wikimedia.org/wiki/File:Ghostscript_Tiger.svg
|