DOM.SVG.SVGImageElement (dom_svg v0.1.0)

https://svgwg.org/svg2-draft/single-page.html#embedded-InterfaceSVGImageElement

Link to this section Summary

Link to this section Types

@type t() :: %{
  svg_graphics_element: DOM.SVG.SVGGraphicsElement.t(),
  x: SVGAnimatedLength.t(),
  y: SVGAnimatedLength.t(),
  width: SVGAnimatedLength.t(),
  height: SVGAnimatedLength.t(),
  preserve_aspect_ration: DOM.SVG.SVGAnimatedPreserveAspectRatio.t(),
  cross_origin: binary()
}