ISSUE-2193 (filter_edgemode): Clarify "edgeMode" for filter primitives [SVG Filters 1.2]

ISSUE-2193 (filter_edgemode): Clarify "edgeMode" for filter primitives [SVG Filters 1.2]

http://www.w3.org/Graphics/SVG/WG/track/issues/2193

Raised by: Erik Dahlström
On product: SVG Filters 1.2

"If the input has infinite extent and is constant, this operation has no effect. If the input has infinite extent and is a tile, the filter is evaluated with periodic boundary conditions."

Similar wording occurs for a number of filter primitives. When it's not a tile, what should happen? Essentially what edgeMode should be applied? By reading the spec it's not fully clear, but one interpretation is that there would be undefined pixels and those are said to be fully transparent black (or in other words the same as edgeMode="none"), so it might be worth saying that is the default. This can have an effect for e.g feMorphology.

Received on Monday, 15 December 2008 15:46:57 UTC