[Moved] Svg filter support in webkit ?
-
wrote on 29 Jul 2010, 11:13 last edited by
Hi,
Below is my blur.xhtml file, which is correctly rendered and blurred in Firefox 4beta, but when I load this in QWebView it only shows the original SVG without any blur. So are svg filters supported in webkit as of now? If not, when can we expect this?
My Qt version is 4.7 beta 2@
<html >
<body>
<object type="image/svg+xml" style="border:none; width:270px; height:270px; background: white" data="tiger.svg"></object>
svg:svg
<svg:filter id="b15">
<svg:feGaussianBlur stdDeviation="15"/>
</svg:filter>
</svg:svg>
</body>
<style>
object { filter:url(#b15); }
</style>
</html>
@ -
wrote on 3 Aug 2010, 12:42 last edited by
if the svg file already has the svg blur filter, webkit renders it fine, but the above example fails!
-
wrote on 3 Aug 2010, 14:32 last edited by
Perhaps you should just file a bugreport then.
-
wrote on 4 Aug 2010, 05:45 last edited by
thanks andre, have logged the same
"https://bugs.webkit.org/show_bug.cgi?id=43156":https://bugs.webkit.org/show_bug.cgi?id=43156
1/4