[Moved] Svg filter support in webkit ?
-
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>
@ -
thanks andre, have logged the same
"https://bugs.webkit.org/show_bug.cgi?id=43156":https://bugs.webkit.org/show_bug.cgi?id=43156