« SVG Attribute reference home
The patternTransform
attribute contains the definition of an optional additional transformation from the pattern coordinate system onto the target coordinate system. This allows for things such as skewing the pattern tiles. This additional transformation matrix is post-multiplied to (i.e., inserted to the right of) any previously defined transformations, including the implicit transformation necessary to convert from object bounding box units to user space.
If attribute patternTransform
is not specified, then the effect is as if an identity transform were specified.
Usage context
Categories | None |
---|---|
Value | <transform-list> |
Animatable | Yes |
Normative document | SVG 1.1 (2nd Edition) |
Types of transform definition
To know more about the definition of transform types, see the transform
attribute definition.
Example
Elements
The following elements can use the patternTransform
attribute