DescriptionRemove kernelUnitLength plumbing
'kernelUnitLength' is not supported in Blink, and is deprecated in the
spec [1][2][3].
Rip out the plumbing and (FilterEffect) storage for it, since it's dead
code for practical purposes (see below though...)
The svg/dynamic-updates/SVGFEConvolveMatrixElement-*-kernelUnitLength-*
tests now actually show something because the kernelUnitLength of 0.05
no longer truncate to 0 and trigger an error. (0.05 should have been a
valid value previously too.)
The tests for negative kernelUnitLengths are dropped because they're no
longer of any use.
[1] https://drafts.fxtf.org/filters/#element-attrdef-feconvolvematrix-kernelunitlength
[2] https://drafts.fxtf.org/filters/#element-attrdef-fediffuselighting-kernelunitlength
[3] https://drafts.fxtf.org/filters/#element-attrdef-fespecularlighting-kernelunitlength
(feSpecularLighting seems to be missing the Note, but it's the same
as for feDiffuseLighting anyhow.)
BUG=231613
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=202601
Patch Set 1 #Patch Set 2 : Doh #Patch Set 3 : More TEs #Messages
Total messages: 12 (2 generated)
|