usvg-parser 0.38.0

An SVG parser used by usvg.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# usvg
[![Crates.io](https://img.shields.io/crates/v/usvg-parser.svg)](https://crates.io/crates/usvg-parser)
[![Documentation](https://docs.rs/usvg/badge.svg)](https://docs.rs/usvg-parser)
[![Rust 1.65+](https://img.shields.io/badge/rust-1.65+-orange.svg)](https://www.rust-lang.org)

`usvg-parser` is an [SVG] parser used by [usvg].

## License

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

[SVG]: https://en.wikipedia.org/wiki/Scalable_Vector_Graphics
[usvg]: https://github.com/RazrFalcon/resvg/tree/master/crates/usvg