if (config.filled) {
    _fillRect(context, xx, yy, config.unitX, hh, config.fillclr)
  } else {
    _drawRect(context, xx, yy, config.unitX, hh)
  }