W3cubDocs

/SVG

patterntransform

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

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/patternTransform