Hi I using Inkscape to convert my jpg file to svg (embed)
I'm using the svg for splash screen, but when I resize on code why the image cannot be resize?
It still on its default size
I'm using this code to resize :
When I use other svg file (not convert from Inkscape) the svg can be resize with that codeCode:AknIconUtils::SetSize(iFrameImg, aRect.Size(), EAspectRatioNotPreserved); AknIconUtils::SetSize(iFrameMsk, aRect.Size(), EAspectRatioNotPreserved);
Is that image converted from Inkscape cannot be resize with that code ?
Thanks




