clear method

void clear()

mark _SVGAPainter needs clear

Implementation

void clear() {
  this._canvasNeedsClear = true;
  this.notifyListeners();
}