targetY property
Determines the positioning in Y of the convolution matrix relative to a given target pixel in the input image.
This property is read-only.
![]() ![]() |
Syntax
| JavaScript |
|---|
integer = object.targetY |
Property values
Type: SVGAnimatedInteger
Determines the positioning in Y of the convolution matrix relative to a given target pixel in the input image. The topmost row of the matrix is row number zero. The value must be such that: 0 <= targetY < orderY. By default, the convolution matrix is centered in Y over each pixel of the input image (that is, targetY = floor ( orderY / 2 )).
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.12
See also
Show:

