branch | RCL_3 |
changeset 9 | 6ef40bf8fd34 |
parent 4 | 4ab28fdd25ad |
child 10 | 08459e712984 |
--- a/uigraphics/AknIcon/SvgtFbsRasterizer/src/SvgtFbsRasterizer.cpp Wed Mar 31 23:10:44 2010 +0300 +++ b/uigraphics/AknIcon/SvgtFbsRasterizer/src/SvgtFbsRasterizer.cpp Wed Apr 14 17:02:13 2010 +0300 @@ -551,7 +551,7 @@ TReal R = 1.0; TInt HaN = Ha; - const TInt lastColumn = aSize.iHeight - 1; + const TInt lastColumn = aSize.iWidth - 1; for ( TInt curRow = 0; curRow < validMargin; curRow++ ) { const TInt y = (aSize.iHeight - 1) - curRow; // h - 1 is the last line