allowSvg method - NodeValidatorBuilder class - dart:html library (original) (raw)
void allowSvg()
Allow SVG elements and attributes except for known bad ones.
Implementation
void allowSvg() {
add(new _SvgNodeValidator());
}
void allowSvg()
Allow SVG elements and attributes except for known bad ones.
void allowSvg() {
add(new _SvgNodeValidator());
}