Two questions:

1.  Is it possible to apply 2 filters (filters, not filter 
primitives) to a single element?

2.  Is it possible for one filter to inherit and *extend* another 
filter, i.e. I want filter b to have all the primitives of filter a, 
plus additional primitives specific to b?

I know I can do something like:

<filter id="a">
  ...
</filter>

<filter id="b" xlink:href="#a">
</filter>

b will have the same effect as a; however, as soon as I add 
additional primitives to b, all the primitives from a are ignored.

The spec seems to imply that this is the correct behavior, but I 
just wanted to confirm:

"Any attributes which are defined on the referenced 'filter' element 
which are not defined on this element are inherited by this element. 
If this element has no defined filter nodes, and the referenced 
element has defined filter nodes (possibly due to its own href 
attribute), then this element inherits the filter nodes defined from 
the referenced 'filter' element".

Thanks





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to