DOM.SVG.SVGForeignObjectElement (dom_svg v0.1.0)

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

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()
}