More and more suggestions

Hello,

I'm sorry, but I just get one idea after another :)

filter enhancements

1.
the filter property takes a list of urls instead of one single url

The filters are then processed in order, where the SourceGraphic/SourceAlpha
is the result of the previous filter

2.

An ability to group filter primitives within a filter. (e.g)

<filter>
    <feGroup result="name">
        <fe..>
        <fe..>
    </feGroup>
    <fe in="name" ...>
</filter>

The <feGroup> acts just like a filter within a filter. The result,in,in2 are
local to the group

Thanks,

--
Sigurd Lerstad

Received on Saturday, 25 January 2003 04:28:20 UTC