Why SVG images not working?
.NET doesn't support SVG format.
A workaround is to convert SVG to PNG during rendering, see Rendering SVG images.
Will there be WPF support?
Yes, I'm planning to extend HTML Renderer to support different UI frameworks.
What about Java Script?
Java script support is extremely hard to support so it is not on the road-map.
Why can't I navigate to a URL?
HTML Renderer is not a web-browser.
Can I contribute?
Sure! go to ArthurHub on GitHub and fork away.
.NET doesn't support SVG format.
A workaround is to convert SVG to PNG during rendering, see Rendering SVG images.
Will there be WPF support?
Yes, I'm planning to extend HTML Renderer to support different UI frameworks.
What about Java Script?
Java script support is extremely hard to support so it is not on the road-map.
Why can't I navigate to a URL?
HTML Renderer is not a web-browser.
Can I contribute?
Sure! go to ArthurHub on GitHub and fork away.