Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

patternTransform

« 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

Document Tags and Contributors

 Contributors to this page: Jeremie
 Last updated by: Jeremie,