yyn0210 / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Wrong position for link on images #337

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add an image somewhere with a link
2.
3.

What is the expected output? What do you see instead?
When we click on the image we should open the link target. But the link click 
area is not correct. It seems to be symetric to the middle of the page.

Please use labels and text to provide additional information.

For example if you add the line:

drawRect(new Rectangle(x, y, width, height));

at the begining of the addLink method, you will have the attached file.

Original issue reported on code.google.com by felix.ge...@gmail.com on 12 Oct 2011 at 3:45

Attachments:

GoogleCodeExporter commented 8 years ago
fixed in r283.

Original comment by felix.ge...@gmail.com on 12 Oct 2011 at 3:58