|
@@ -248,7 +248,7 @@
|
|
|
CGFloat dashLengths[2] = {6, self.dotted};
|
|
|
CGContextSetLineDash(context, 0, dashLengths, 2);
|
|
|
CGContextMoveToPoint(context, CGRectGetMinX(self.centerRect), CGRectGetMinY(self.centerRect));
|
|
|
- CGContextAddLineToPoint(context, CGRectGetMaxX(self.centerRect), CGRectGetMinY(self.centerRect));
|
|
|
+ CGContextAddLineToPoint(context, CGRectGetMaxX(self.centerRect)+0.3, CGRectGetMinY(self.centerRect));
|
|
|
CGContextAddLineToPoint(context, CGRectGetMaxX(self.centerRect), CGRectGetMaxY(self.centerRect));
|
|
|
CGContextAddLineToPoint(context, CGRectGetMinX(self.centerRect), CGRectGetMaxY(self.centerRect));
|
|
|
CGContextAddLineToPoint(context, CGRectGetMinX(self.centerRect), CGRectGetMinY(self.centerRect));
|