Fixed positions
This commit is contained in:
parent
a4f8d2f424
commit
54cf8caa3d
@ -210,7 +210,7 @@ public class TextPositionSequence implements CharSequence {
|
|||||||
.getYDirAdj() + 2;
|
.getYDirAdj() + 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
return new Rectangle(new Point(posXInit, posYInit), posXEnd - posXInit, posYEnd - posYInit + height, page);
|
return new Rectangle(new Point(posXInit + 0.00001f, posYInit), posXEnd - posXInit - 0.00001f, posYEnd - posYInit + height, page);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user