Hello,
I have a web service that returns a string of svg code. My problem is, I'm not sure what to do with it. I've never worked with SVG before. My questions are:
1) Is SVG have strong browser support? 2) How do I actually display the image that the SVG represents?
Thank you