Re: Margins for filters?

On Mon, Apr 19, 2010 at 12:23 AM, Dirk Schulze <vbs85@gmx.de> wrote:

> If I didn't make a mistake, you should see a green rect on this example
> then?
>
> <svg xmlns="http://www.w3.org/2000/svg"
> xmlns:xlink="http://www.w3.org/1999/xlink">
> <defs>
> <filter id="filter">
>  <feFlood flood-color="green"/>
>  <feOffset dx="110" dy="110"/>
>  <feGaussianBlur stdDeviation="5"/>
>  <feOffset dx="-110" dy="-110"/>
> </filter>
> </defs>
> <rect width="100" height="100" filter="url(#filter)" />
> </svg>
>
> That isn't the case for FF, so your proposal isn't implemented in FF
> yet?
>

Right. We follow the current spec.

Rob
-- 
"He was pierced for our transgressions, he was crushed for our iniquities;
the punishment that brought us peace was upon him, and by his wounds we are
healed. We all, like sheep, have gone astray, each of us has turned to his
own way; and the LORD has laid on him the iniquity of us all." [Isaiah
53:5-6]

Received on Sunday, 18 April 2010 12:26:09 UTC