mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
On Safari PDF Highlights are not setting opacity
This commit is contained in:
parent
1ab1db4819
commit
b714a2661a
1 changed files with 1 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue