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
