FEPointLightElement 构造函数

FEPointLightElement()

实现

factory FEPointLightElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("fePointLight")
        as FEPointLightElement;