Expand description
Handling of transform values.
This module contains the following:
-
Transform
to represent 2D transforms in general; it’s just a matrix. -
TransformProperty
for thetransform
property in SVG2/CSS3. -
Transform
also handles thetransform
attribute in SVG1.1, which has a different grammar than thetransform
property from SVG2.
Structs§
- A 2D transformation matrix.
- The
transform
attribute from SVG1.1 - A transform that has been checked to be invertible.
Enums§
- The
transform
property from the CSS Transforms Module Level 1.