fn load_svg_resource_from_bytes(
session: &Session,
load_options: &LoadOptions,
aurl: &AllowedUrl,
input_bytes: Vec<u8>,
cancellable: Option<&Cancellable>,
) -> Result<Resource, LoadingError>Expand description
Parses BinaryData that is known to be an SVG document, using librsvg itself.