• Nick Stenning's avatar
    Fix an off-by-one error in PDF anchoring code · d395f557
    Nick Stenning authored
    The PDF anchoring code systematically failed to anchor annotations made
    at the very start of a PDF page, due to an off-by-one error in
    determining the page associated with a given text offset.
    
    Fixes #2418.
    d395f557
pdf.coffee 8.47 KB