|
@@ -1950,7 +1950,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
[quadrilateralPoints addObject:[NSValue valueWithPoint:CGPointMake(CGRectGetMinX(bounds), CGRectGetMinY(bounds))]];
|
|
|
[quadrilateralPoints addObject:[NSValue valueWithPoint:CGPointMake(CGRectGetMaxX(bounds), CGRectGetMinY(bounds))]];
|
|
|
[annotation setQuadrilateralPoints:quadrilateralPoints];
|
|
|
- [annotation setBorderWidth:5];
|
|
|
+ [annotation setBorderWidth:2];
|
|
|
[self addAnnotation:annotation toPage:page];
|
|
|
if(annotation) {
|
|
|
if(![self.activeAnnotations containsObject:annotation]) {
|