changeset 50 | c6286dcf6040 |
parent 21 | 4ab28fdd25ad |
child 54 | 08459e712984 |
child 79 | a1b3ef187795 |
--- a/uigraphics/AknIcon/SvgtFbsRasterizer/src/SvgtFbsRasterizer.cpp Fri Apr 16 16:01:57 2010 +0300 +++ b/uigraphics/AknIcon/SvgtFbsRasterizer/src/SvgtFbsRasterizer.cpp Mon May 03 13:28:06 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