I have tried embedding and it worked - the image was shown on the screen. But that is just a first step. Now I need to have an object placed over the image and when the image is resized th object has to keep its relative position. That is the most critical requirement.
On Mon, Sep 29, 2014 at 9:45 AM, OmPrakash Muppirala <[email protected]> wrote: > On Sep 29, 2014 6:58 AM, "mark goldin" <[email protected]> wrote: > > > > Is there any difference in SVG support between 3.6 and latest SDKs? > > I don't think so. There was a period in which the SDK threw deprecated > warnings, but that was removed as well. > > > Specifically, I am looking into a possibility of placing objects over an > > SVG image and have these objects responding to a mouse click. Also if I > > change a size of an image at run time I would want to preserve relative > > positions of these objects. Please share any ideas. > > Try embedding the SVG the same way as you would an image. See if that > works. If not, you are better off using a third party SVG rendering > library. > > Thanks, > Om > > > > > Thanks >
