FX-ISSUE-4 (femorphology): Consider aligning feMorphology radius=0 behaviour with feGaussianBlur

FX-ISSUE-4 (femorphology): Consider aligning feMorphology radius=0 behaviour with feGaussianBlur

http://www.w3.org/Graphics/fx/track/issues/4

Raised by: Erik Dahlström
On product: 

Proposal:
Align feMorphology radius[2] to feGaussianBlur stdDeviation[1] when it comes to handling of values for radius that are <= 0.

Replace:
[[ A negative or zero value disables the effect of the given filter primitive (i.e., the result is a transparent black image). ]]

With:
[[ A negative or zero value disables the effect of the given filter primitive (i.e., the result is the filter input image). ]]

[1] https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/publish/Filters.html#feGaussianBlurStdDeviationAttribute
[2] https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/publish/Filters.html#feMorphologyRadiusAttribute

Received on Wednesday, 8 June 2011 09:17:53 UTC