pub type SvgDocument = SvgVectorDocument;Expand description
Type alias for SvgVectorDocument.
Aliased Type§
pub struct SvgDocument {
pub width: f64,
pub height: f64,
pub elements: Vec<SvgElement>,
}Fields§
§width: f64§height: f64§elements: Vec<SvgElement>