Pdf annotations fix (#99)

* Optimized high-res scale logic in PdfVerticalReader and adjusted layout padding in PdfViewerScreen

* Fixed position sync between both PDF reading modes

* Enabled annotation rendering in PDF tiles and improved scrolling state detection in `PdfVerticalReader` by introducing an `isDragging` flag.
This commit is contained in:
Aryan 2026-03-20 16:37:24 +05:30 committed by GitHub
parent a9c791120d
commit 9842aea9b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 28 deletions

View file

@ -1195,7 +1195,7 @@ internal fun PdfPageComposable(
startY = -tileRenderY,
drawSizeX = fullPageRenderWidth,
drawSizeY = fullPageRenderHeight,
renderAnnot = false
renderAnnot = true
)
val newTile = PdfTile(tileBitmap, tileRect, tileId)