createSVGTransformFromMatrix property

SVGTransform Function([DOMMatrix2DInit?]) get createSVGTransformFromMatrix

Implementation

_i3.SVGTransform Function([_i3.DOMMatrix2DInit?])
    get createSVGTransformFromMatrix =>
        ([_i3.DOMMatrix2DInit? p0]) => _i4.callMethod(
              _i4.getProperty(
                this,
                'createSVGTransformFromMatrix',
              ),
              r'call',
              [
                this,
                p0 ?? _i6.undefined,
              ],
            );
set createSVGTransformFromMatrix (SVGTransform value([DOMMatrix2DInit?]))

Implementation

set createSVGTransformFromMatrix(
    _i3.SVGTransform Function([_i3.DOMMatrix2DInit?]) value) {
  _i4.setProperty(
    this,
    'createSVGTransformFromMatrix',
    _i4.allowInterop(value),
  );
}