Hello,
makeImageRequest() returns response code 404 for an SVG image.
I guess this means that SVG is not supported (yet).
What I have tried so far:
- The image can be downloaded successfully with makeWebRequest(). This means that the URL is correct (just in case...). But, then, there is no way to create a bitmap from the SVG string, so I am stuck.
- If I download the SVG file 'manually" and add it to the resources, the application is then able to load it and to display it properly. This means that the format of the SVG file is valid (from the point of view of the SDK).
Could someone confirm if SVG format is supported or not by makeImageRequest()?
Is there any way the application can dynamically download an SVG file and display it?
Thanks