Crates.io | rosvgtree |
lib.rs | rosvgtree |
version | 0.3.0 |
source | src |
created_at | 2023-02-04 18:34:21.086447 |
updated_at | 2023-04-23 15:48:15.837781 |
description | Represent an SVG as a read-only tree. |
homepage | |
repository | https://github.com/RazrFalcon/resvg |
max_upload_size | |
id | 776552 |
size | 102,221 |
Represent an SVG document as a read-only tree.
Note that while this is a public crate, it's designed with
usvg in mind.
You should treat it is as usvg
internals.
SVG is notoriously hard to parse. And while it is technically an XML superset, parsing it using just an XML library would be hard. Therefore we would be better off with a post-processed XML tree.
And this is exactly what rosvgtree
does.
It creates a roxmltree
-like tree,
but tailored to SVG parsing needs.
A complete list of post-processing steps can be found here.
Licensed under either of
at your option.
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.