Re: [Interest] Loading compressed SVG in QWebView

2012-05-31 Thread Till Oliver Knoll
Am 31.05.2012 um 09:00 schrieb Yves Bailly : > ... > If the image is compressed ("*.svgz"), it seems QWebView > is unable to display it correctly. Is QWebView supposed to be able to display compressed SVG? Or is this an assumption? > To be more precise, this works nicely: > > QByteArray ima

[Interest] Loading compressed SVG in QWebView

2012-05-31 Thread Yves Bailly
Greetings all, Here's an annoying problem I'm facing, trying to display an SVG image in a QWebView. If the image is compressed ("*.svgz"), it seems QWebView is unable to display it correctly. To be more precise, this works nicely: QByteArray image_data = /* some external source I know nothing a