Expand description
Public Rust API for librsvg.
This gets re-exported from the toplevel lib.rs.
Re-exports§
pub use crate::accept_language::AcceptLanguage;pub use crate::accept_language::Language;pub use crate::drawing_ctx::Viewport;pub use crate::error::ImplementationLimit;pub use crate::error::LoadingError;pub use crate::length::LengthUnit;pub use crate::length::RsvgLength as Length;
Structs§
- Cairo
Renderer - Can render an
SvgHandleto a Cairo context. - Intrinsic
Dimensions - Contains the computed values of the
<svg>element’swidth,height, andviewBox. - Loader
- Builder for loading an
SvgHandle. - SvgHandle
- Handle used to hold SVG data in memory.
Enums§
- Rendering
Error - Errors that can happen while rendering or measuring an SVG document.