clear method

void clear()

Implementation

void clear() {
  svg = SVGDocument(addHeader: true, edgeOnly: true);
  _currentPath = '';
  _currentStyle = '';
  svg.style['background-color'] = _clearColor.getStyle();
}