|
@@ -308,7 +308,7 @@ private let KMPDFViewRedactAnnotationAcross = "KMPDFViewRedactAnnotationAcross"
|
|
|
annotation?.setUserName(userName)
|
|
|
|
|
|
// annotation?.borderWidth = 10
|
|
|
- annotation?.borderWidth = 4
|
|
|
+ annotation?.borderWidth = 2
|
|
|
if self.isWhiteOut {
|
|
|
annotation?.setBorderColor(.white)
|
|
|
annotation?.setInteriorColor(.white)
|
|
@@ -391,7 +391,7 @@ private let KMPDFViewRedactAnnotationAcross = "KMPDFViewRedactAnnotationAcross"
|
|
|
|
|
|
// if ([annotation isKindOfClass:[CPDFRedactAnnotation class]]) {
|
|
|
// annotation?.borderWidth = 10
|
|
|
- annotation?.borderWidth = 4
|
|
|
+ annotation?.borderWidth = 2
|
|
|
if self.isWhiteOut {
|
|
|
annotation?.setBorderColor(.white)
|
|
|
annotation?.setInteriorColor(.white)
|