支持的属性

布尔型 supported

检查此类型在当前平台上是否受支持。

实现

static bool get supported =>
    SvgElement.isTagSupported('filter') &&
    (new SvgElement.tag('filter') is FilterElement);