allowSvg method - NodeValidatorBuilder class - dart:html library (original) (raw)

description

void allowSvg()

Allow SVG elements and attributes except for known bad ones.

Implementation

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