allowSvg method

void allowSvg()

Allow SVG elements and attributes except for known bad ones.

Implementation

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