/// Types used in [`OptionsDef`]. These are a [Serializable](Serialize) subset
/// of the types used in [`Options`](resvg::usvg::Options).
use crateOptionsDef;
use ;
/// Settings for the parsing and rendering of an SVG file.
/// Explicit dimensions of the output image, in pixels. The aspect ratio does
/// not have to be the same as the SVG's
/// [`viewBox`](https://svgwg.org/svg2-draft/coords.html#ViewBoxAttribute).