--- a/uifw/AknGlobalUI/OldStyleNotif/Src/AknPrivateImageLoader.cpp Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/AknGlobalUI/OldStyleNotif/Src/AknPrivateImageLoader.cpp Wed Sep 01 12:16:19 2010 +0100
@@ -372,7 +372,8 @@
// create soft mask
icon->SetMask( new(ELeave) CFbsBitmap() );
User::LeaveIfError( icon->Mask()->Create( aSize, EGray256 ) );
-
+ svgEngine->SetViewportHeight((CSvgDocumentImpl *)handle,aSize.iHeight);
+ svgEngine->SetViewportWidth((CSvgDocumentImpl *)handle,aSize.iWidth);
// render svg image
LeaveIfErrorL(
svgEngine->RenderDom( handle, icon->Bitmap(), icon->Mask() ) );