# File rbSnack/tkSnackUtil.rb, line 580
  def smooth! level=5
    fff= smooth level
    self.clear
    self.concat fff
  end