clear method

void clear()

清理画布

Implementation

void clear() {
  _history.clear();
  _currentIndex = 0;
  _refreshDeep();
}