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:
parent
a9c791120d
commit
9842aea9b1
4 changed files with 31 additions and 28 deletions
|
|
@ -1195,7 +1195,7 @@ internal fun PdfPageComposable(
|
|||
startY = -tileRenderY,
|
||||
drawSizeX = fullPageRenderWidth,
|
||||
drawSizeY = fullPageRenderHeight,
|
||||
renderAnnot = false
|
||||
renderAnnot = true
|
||||
)
|
||||
|
||||
val newTile = PdfTile(tileBitmap, tileRect, tileId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue