Skip to content
Snippets Groups Projects
Unverified Commit 9f9f2e9f authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add opacity 0

parent 230ca918
No related branches found
No related tags found
No related merge requests found
Pipeline #17836 passed with warnings
...@@ -294,6 +294,7 @@ export class PdfPreview extends ScopedElementsMixin(DBPLitElement) { ...@@ -294,6 +294,7 @@ export class PdfPreview extends ScopedElementsMixin(DBPLitElement) {
let annot = Object.assign(pdfFactory.createBaseAnnotation(page, [-1000, -1000, -1000, -1000], i + ": OutOfBounds FontSize0 White FreeText annotation by annotpdf", author), { let annot = Object.assign(pdfFactory.createBaseAnnotation(page, [-1000, -1000, -1000, -1000], i + ": OutOfBounds FontSize0 White FreeText annotation by annotpdf", author), {
annotation_flag: 4, annotation_flag: 4,
color: { r: 1, g: 1, b: 1 }, color: { r: 1, g: 1, b: 1 },
opacity: 0,
defaultAppearance: "/Invalid_font 0 Tf" defaultAppearance: "/Invalid_font 0 Tf"
}); });
annot.type = "/FreeText"; annot.type = "/FreeText";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment