[Webkit-unassigned] [Bug 74872] [Qt] QtWebKit scales compressed SVG (SVGZ) files as if they were raster images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 09:31:54 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=74872


Allan Sandfeld Jensen <allan.jensen at digia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allan.jensen at digia.com




--- Comment #3 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2012-12-11 09:34:17 PST ---
(In reply to comment #2)
> Forgot to say that it might be related to bug 5246. My totally wild guess is that maybe WebKit fails to load that compressed SVG, passes it to Qt which returns a raster image with that SVG file rendered.

Good guess. Qt supports SVGZ but WebKit really doesn't, bug #5246 . The only reason svgz works over the internet is due a common hack where the server lies about the content-type and encoding so it looks like a normal SVG that was only  gzip encoded for transport.

We have two separate issues here. 
1. We do not handle the SVG in WebKit like we could
2. We seem to support scaling in QImageIO plugins.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list