Function resvg::resvg_options_set_keep_named_groups[][src]

#[no_mangle]
pub extern "C" fn resvg_options_set_keep_named_groups(
    opt: *mut resvg_options,
    keep: bool
)
Expand description

@brief Keep named groups.

If set to true, all non-empty groups with id attribute will not be removed.

Default: false