We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this PDF, image positions given in appendImage are not correct:
http://arxiv.org/abs/1204.3516
Vertically they have some strange offsets.
The text was updated successfully, but these errors were encountered:
I found a bug in canvas.js:
pdf.js/src/display/canvas.js
Line 1895 in 30b8f41
It should be: var position = this.getCanvasPosition(0, -h);
Laurent.
Sorry, something went wrong.
Thanks @ldenoue for your find. Could you open a 'pull request' for that ?
there's more to it than just passing -h. looks like the position gets negative sometimes too.
On Thu, Jan 21, 2016 at 11:25 AM, SamyCookie notifications@github.com wrote:
Thanks @ldenoue https://github.com/ldenoue for your find. Could you open a 'pull request' for that ? — Reply to this email directly or view it on GitHub #4182 (comment).
Thanks @ldenoue https://github.com/ldenoue for your find. Could you open a 'pull request' for that ?
— Reply to this email directly or view it on GitHub #4182 (comment).
imageLayer
No branches or pull requests
In this PDF, image positions given in appendImage are not correct:
http://arxiv.org/abs/1204.3516
Vertically they have some strange offsets.
The text was updated successfully, but these errors were encountered: