On Safari PDF Highlights are not setting opacity

This commit is contained in:
Jackson Harper 2022-09-18 12:57:28 +08:00
parent 1ab1db4819
commit b714a2661a

View file

@ -275,6 +275,7 @@ export default function PdfArticleContainer(
const annotation = new PSPDFKit.Annotations.HighlightAnnotation({
pageIndex: highlightAnnotation.pageIndex,
rects: rects,
opacity: 0.2,
boundingBox: PSPDFKit.Geometry.Rect.union(rects),
customData: {
omnivoreHighlight: {