I have made a mif file from some svg files. But i don't know how to resize and draw it.
I have tried to create a CFbsBitmap using AknIconUtils::CreateIconL. But the app crashed when i tried to draw it using the followed codes:
CWindowGc& gc = SystemGc();
gc.DrawBitmap(aRect, iImgBackground);
Anyone can help me? Thanks a million!
BTW, the app works excellent if i use bitmap rather than svg.



