|
@@ -310,7 +310,7 @@ private let KMPDFViewRedactAnnotationAcross = "KMPDFViewRedactAnnotationAcross"
|
|
|
// annotation?.borderWidth = 10
|
|
|
annotation?.borderWidth = 2
|
|
|
if self.isWhiteOut {
|
|
|
- annotation?.setBorderColor(.white)
|
|
|
+ annotation?.setBorderColor(.red)
|
|
|
annotation?.setInteriorColor(.white)
|
|
|
} else {
|
|
|
annotation?.setBorderColor(KMPDFAnnotationRedactConfig.shared.redactOutlineColor)
|
|
@@ -394,7 +394,7 @@ private let KMPDFViewRedactAnnotationAcross = "KMPDFViewRedactAnnotationAcross"
|
|
|
// annotation?.borderWidth = 10
|
|
|
annotation?.borderWidth = 2
|
|
|
if self.isWhiteOut {
|
|
|
- annotation?.setBorderColor(.white)
|
|
|
+ annotation?.setBorderColor(.red)
|
|
|
annotation?.setInteriorColor(.white)
|
|
|
} else {
|
|
|
annotation?.setBorderColor(KMPDFAnnotationRedactConfig.shared.redactOutlineColor)
|