I am working with a library that renders part of its state as an SVG document.
I would like to render this in either a Winforms or a WPF environment. Is there currently a way to do this?
If not, I could modify the library to use a more general rendering strategy, and then add an XML adapter to restore the original functionality, but this is not my preferred strategy.
This question also could benefeit from an answer: http://stackoverflow.com/questions/397189/how-to-display-vector-graphics-svg-in-a-winforms-application