DOM.SVG.SVGElementInstance protocol (dom_svg v0.1.0)

https://svgwg.org/svg2-draft/single-page.html#struct-InterfaceSVGElementInstance

Link to this section Summary

Link to this section Types

@type t() :: %{
  corresponding_element: DOM.SVG.SVGElement.t(),
  corresponding_use_element: DOM.SVG.SVGUseElement.t()
}