SVGFEOffsetElement constructor

SVGFEOffsetElement()

Creates an SVGFEOffsetElement using the tag 'feOffset'.

Implementation

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