This commit is contained in:
Jonathan Jenne
2023-11-16 11:36:13 +01:00
parent 9efad346e1
commit b87ebead42
8 changed files with 353 additions and 3 deletions

View File

@@ -64,7 +64,8 @@
id: id,
pageIndex: pageIndex,
formFieldName: id,
boundingBox: new PSPDFKit.Geometry.Rect({ width, height, top, left })
boundingBox: new PSPDFKit.Geometry.Rect({ width, height, top, left }),
backgroundColor: new PSPDFKit.Color({ r: 225, g: 29, b: 72 })
})
return annotation