Question

According to these sources:

the SVG filter element can inherit from another filter via the xlink:href attribute. Problem is I can't get my code running in neither Chrome 19 nor FF 10. My test code can be found in the fiddle below. I've tried both with and without enclosing the IRI reference with url(...). Am I doing something wrong or is the feature simply not implemented yet?

Fiddle: http://jsfiddle.net/WJafz/ (another red blob is supposed to appear in lower right corner)

Was it helpful?

Solution

This was implemented in Firefox 14 via https://bugzilla.mozilla.org/show_bug.cgi?id=739591

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top