Browse Source

【综合】标记密文添加时边框线优化

niehaoyu 8 months ago
parent
commit
6721faddc3

+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/Redact/View/KMRedactPDFView.swift

@@ -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