SVGForeignObjectElement constructor

SVGForeignObjectElement()

Creates an SVGForeignObjectElement using the tag 'foreignObject'.

Implementation

SVGForeignObjectElement()
    : _ = document.createElementNS(
        'http://www.w3.org/2000/svg',
        'foreignObject',
      );