drawRectangle(x, y, x+width, y+height, theme.colorBorderDarker);
drawRectangle(x+1, y+1, x+width-1, y+height-1, theme.colorFill);
drawGradient(progressEnd+1, y+2, x+width-2, y+height-2, theme.colorFill, theme.colorBorder);
drawRectangle(x, y, x+width, y+height, theme.colorBorderDarker);
drawRectangle(x+1, y+1, x+width-1, y+height-1, theme.colorFill);
drawGradient(progressEnd+1, y+2, x+width-2, y+height-2, theme.colorFill, theme.colorBorder);