Function svg::save

source ·
pub fn save<T, U>(path: T, document: &U) -> Result<()>where
    T: AsRef<Path>,
    U: Node,
Expand description

Save a document.