Description
3D transform primitives are currently unsupported.
Scope
- Add parsing/application support for 3D transform functions (e.g.,
translate3d, rotateX/Y/Z, scale3d, matrix variants as feasible).
- Integrate transform composition with existing 2D transform pipeline.
- Handle transform-origin interactions for 3D cases.
Acceptance criteria
- Elements with basic 3D transforms produce distinct, non-2D-equivalent output.
- 3D transform chains are composed consistently.
- Tests verify transform math and rendering outputs for representative cases.
Description
3D transform primitives are currently unsupported.
Scope
translate3d,rotateX/Y/Z,scale3d, matrix variants as feasible).Acceptance criteria