dataphract / tinyvg-rs

A TinyVG vector graphics format parsing library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinyvg-rs

A TinyVG vector graphics format parsing library.

Testing

This library uses the example files from the TinyVG/examples repo for integration testing. That repository is included as a submodule in the [example-files][example-files] directory. If you cloned this repository using a simple git clone, the example files will be missing. You can use git submodule update --init from the root of the cloned repository to pull the submodule.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Third-Party Licenses

This library uses examples provided by the TinyVG/examples repository in its integration tests. These examples are licensed under the MIT License.

About

A TinyVG vector graphics format parsing library.

License:Apache License 2.0


Languages

Language:Rust 100.0%