|
@@ -63,7 +63,7 @@
|
|
|
[bezierPath closePath];
|
|
|
} else if (CAnnotationTypeSignLine == self.annotationType) {
|
|
|
bezierPath = [NSBezierPath bezierPath];
|
|
|
- [bezierPath moveToPoint:NSMakePoint(CGRectGetMinX(bounds)-1, CGRectGetMidY(bounds))];
|
|
|
+ [bezierPath moveToPoint:NSMakePoint(CGRectGetMinX(bounds)+1, CGRectGetMidY(bounds))];
|
|
|
[bezierPath lineToPoint:NSMakePoint(CGRectGetMaxX(bounds)-2, CGRectGetMidY(bounds))];
|
|
|
[bezierPath closePath];
|
|
|
[lines addObject:bezierPath];
|