void allowSvg()

Allow SVG elements and attributes except for known bad ones.

Source

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