addChildren method
Paths cannot have children in this implementation.
Implementation
@override
void addChildren(Iterable<SvgElement> children) {
return;
}
Paths cannot have children in this implementation.
@override
void addChildren(Iterable<SvgElement> children) {
return;
}