WebView not showing SVG images
Browser app shows SVG images just fine, but neither WebView nor SilicaWebView seem to handle them. I recently factory reseted my phone and during the course of downloading new OS versions I noticed SVG images were working at least in version 1.0.2.5.
What has happened since?
A test case is provided below:
Page {
SilicaWebView {
url: "http://upload.wikimedia.org/wikipedia/commons/b/b0/NewTux.svg"
anchors.fill: parent
}
}