This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

kernelUnitLengthY

Notes

Remarks

For JavaScript, the kernelUnitLengthY property represents dy. For HTML, the kernelUnitLength attribute is used to set both dx and dy, as described next.

For the attribute kernelUnitLength = "< number optional-number >", the first number is the dx value. The second number is the dy value. If the dy value is not specified, it defaults to the same value as dx.

kernelUnitLength indicates the intended distance in current filter units (as determined by the value of the primitiveUnits attribute) for dx and dy, respectively, in the surface normal calculation formulas. By specifying value(s) for kernelUnitLength, the kernel becomes defined in a scalable, abstract coordinate system. If kernelUnitLength is not specified, the dx and dy values should represent very small deltas relative to a given (x, y) position.

For some level of consistency across display media and browsers, it is necessary that a value be provided for at least one of filterRes and kernelUnitLength.

Syntax

Standards information

See also

Related pages

Attributions