SVGFeGaussianBlurElement; stdDeviations

In section 15.25 of the recently released Candidate Recommendation,
SVGFeGaussianBlurElement is described as having two attributes,
stdDeviationX and stdDeviationY, both of type SVGAnimatedNumber.  However,
the setStdDeviation() method takes stdDeviationX and stdDeviationY
parameters of type SVGLength.  Should stdDeviationX/Y be of type
SVGAnimatedNumber or SVGLength?
S.

Received on Tuesday, 8 August 2000 18:44:12 UTC