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

