DOM.SVG.SVGFitToViewBox (dom_svg v0.1.0)

https://svgwg.org/svg2-draft/single-page.html#types-InterfaceSVGFitToViewBox

Link to this section Summary

Link to this section Types

@type t() :: %{
  view_box: SVGAnimatedRect.t(),
  preserve_aspect_ratio: DOM.SVG.SVGAnimatedPreserveAspectRatio.t()
}