addElement method
Adds a single SvgElement to be included in the SVG.
Implementation
void addElement(SvgElement element) {
_elements.add(element);
}
Adds a single SvgElement to be included in the SVG.
void addElement(SvgElement element) {
_elements.add(element);
}