allowSvg 方法

void allowSvg()

允许 SVG 元素和属性,除了已知的危险项。

实现

void allowSvg() {
  add(new _SvgNodeValidator());
}