DOM.SVG.SVGAnimatedPreserveAspectRatio (dom_svg v0.1.0)

https://svgwg.org/svg2-draft/single-page.html#coords-InterfaceSVGAnimatedPreserveAspectRatio

Link to this section Summary

Link to this section Types

@type t() :: %DOM.SVG.SVGAnimatedPreserveAspectRatio{
  anim_val: SVGPreserveAspectRatio.t(),
  base_val: SVGPreserveAspectRatio.t()
}