|
@@ -367,7 +367,7 @@ private let KMPDFViewRedactAnnotationAcross = "KMPDFViewRedactAnnotationAcross"
|
|
|
layer?.masksToBounds = true
|
|
|
if self.operationType == .redact {
|
|
|
layer?.fillColor = KMPDFAnnotationRedactConfig.shared.redactFillColor?.cgColor
|
|
|
- layer?.strokeColor = .black
|
|
|
+// layer?.strokeColor = .black
|
|
|
} else if self.operationType == .redactWhite {
|
|
|
layer?.fillColor = .white
|
|
|
layer?.strokeColor = .white
|