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

@brief Checks that tree has any nodes.

@param tree Render tree. @return Returns true if tree has no nodes.