Reputation: 12376
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)
Upvotes: 1
Views: 213
Reputation: 124059
This was implemented in Firefox 14 via https://bugzilla.mozilla.org/show_bug.cgi?id=739591
Upvotes: 2