mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Merge pull request #959 from blikblum/add-named-destination-2
Fix object index in annotation test
This commit is contained in:
commit
4f6460c676
@ -28,10 +28,10 @@ describe('Annotations', () => {
|
||||
|
||||
const expected = [
|
||||
[
|
||||
`10 0 obj`,
|
||||
`11 0 obj`,
|
||||
`<<
|
||||
/S /GoTo
|
||||
/D [6 0 R /XYZ null null null]
|
||||
/D [7 0 R /XYZ null null null]
|
||||
>>`
|
||||
]
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user