offsetY);
cxt.arcTo(offsetX + width, offsetY, offsetY + width, offsetY + r, r);...cxt.lineTo(offsetX + width, offsetY + height - r);
cxt.arcTo(offsetX + width, offsetY...+ height, offsetX + width -r, offsetY + height, r);
cxt.lineTo(offsetX + r, offsetY...+ height);
cxt.arcTo(offsetX, offsetY + height, offsetX, offsetY + height - r, r);...cxt.lineTo(offsetX, offsetY + r);
cxt.arcTo(offsetX, offsetY, offsetX + r, offsetY, r