x += .5;
int lineLength = 18;
path.moveTo(x + lineLength, y);
path.lineTo(x, y);
path.lineTo(x, y + height);
path.lineTo(x + lineLength, y + height);
path.lineTo(x + lineLength, y + height -1);
path.lineTo(x + 1, y + height -1);
path.lineTo(x + 1, y + 1);
path.lineTo(x + lineLength, y + 1);