SVGFETileElement constructor

SVGFETileElement()

Creates an SVGFETileElement using the tag 'feTile'.

Implementation

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