Hi,
I want to display an svg in a WebBrowser, in WPF.
When I load the svg, only the upper left area of the image is visible in the WebView. This happens even if there's plenty of space to be used by the WebView. I have seen that there's a resize method, but that one can only be used in off screen rendering mode.
Is there a way to View the entire image?
I have isolated my problem to a simple project, with a WebView, and just a call to the LoadHtml() method.
Here's the code sample if it helps:
Code SampleThanks.