Rounding problems.

git-svn-id: svn://svn.code.sf.net/p/itextsharp/code/trunk@43 820d3149-562b-4f88-9aa4-a8e61a3485cf
master
psoares33 2009-06-30 18:33:06 +00:00
parent 911e4c71c7
commit 033d0254ac
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ namespace iTextSharp.text.pdf {
calcHeight -= ct.Descender;
ct = ColumnText.Duplicate(cell.Column);
ct.Canvases = canvases;
ct.SetSimpleColumn(-0.001f, -0.001f, netWidth + 0.001f, calcHeight);
ct.SetSimpleColumn(-0.003f, -0.001f, netWidth + 0.003f, calcHeight);
float pivotX;
float pivotY;
if (cell.Rotation == 90) {