#[no_mangle]
pub extern "C" fn resvg_get_image_size(
    tree: *const resvg_render_tree
) -> resvg_size
Expand description

@brief Returns an image size.

The size of a canvas that required to render this SVG.

The width and height attributes in SVG.

@param tree Render tree. @return Image size.