allowSvg 方法

void allowSvg()

允许 SVG 元素和属性,除了已知的坏属性。

实现

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