The LayerItem type maintains a transformMatrix property, which at any time will contain the combination of the item's own transform with all its ancestors' transforms. It is used in particular to support linked transforms in certain vector graphics formats. As any type in the VectorImageHelpers module, it is only intended to be used in code generated by VectorImage and related tools.
| Import Statement: | import Qt.labs.lottieqt.VectorImageHelpers |
Properties
- transformMatrix : matrix4x4
Detailed Description
Property Documentation
transformMatrix : matrix4x4
The result of combining this item's transform with the transforms of its entire ancestor chain.